Searched refs:old_value (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/scrub/ |
| A D | fscounters.c | 476 const int64_t old_value, in xchk_fscount_within_range() argument 484 old_value); in xchk_fscount_within_range() 498 min_value = min(old_value, curr_value); in xchk_fscount_within_range() 499 max_value = max(old_value, curr_value); in xchk_fscount_within_range()
|
| A D | trace.h | 890 int64_t old_value), 891 TP_ARGS(mp, expected, curr_value, old_value), 896 __field(int64_t, old_value) 902 __entry->old_value = old_value; 908 __entry->old_value)
|
| /fs/xfs/libxfs/ |
| A D | xfs_inode_util.c | 442 xfs_agino_t old_value; in xfs_iunlink_update_bucket() local 447 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_update_bucket() 448 trace_xfs_iunlink_update_bucket(pag, bucket_index, old_value, in xfs_iunlink_update_bucket() 456 if (old_value == new_agino) { in xfs_iunlink_update_bucket()
|
Completed in 12 milliseconds