Home
last modified time | relevance | path

Searched refs:old_value (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/scrub/
Dfscounters.c279 const int64_t old_value, in xchk_fscount_within_range() argument
287 old_value); in xchk_fscount_within_range()
297 min_value = min(old_value, curr_value); in xchk_fscount_within_range()
298 max_value = max(old_value, curr_value); in xchk_fscount_within_range()
Dtrace.h639 int64_t old_value),
640 TP_ARGS(mp, expected, curr_value, old_value),
645 __field(int64_t, old_value)
651 __entry->old_value = old_value;
657 __entry->old_value)
/fs/xfs/
Dxfs_inode.c1881 xfs_agino_t old_value; in xfs_iunlink_update_bucket() local
1886 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_update_bucket()
1888 old_value, new_agino); in xfs_iunlink_update_bucket()
1895 if (old_value == new_agino) { in xfs_iunlink_update_bucket()