Searched refs:new_refcount (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c886 xfs_nlink_t new_refcount; local
902 new_refcount = xfs_refc_merge_refcount(cleft, adjust);
903 if (left->rc_refcount != new_refcount)
905 if (right->rc_refcount != new_refcount)
928 xfs_nlink_t new_refcount; local
939 new_refcount = xfs_refc_merge_refcount(cleft, adjust);
940 if (left->rc_refcount != new_refcount)
962 xfs_nlink_t new_refcount; local
973 new_refcount = xfs_refc_merge_refcount(cright, adjust);
974 if (right->rc_refcount != new_refcount)
[all...]

Completed in 278 milliseconds