Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount.c845 xfs_nlink_t new_refcount; in xfs_refc_want_merge_center() local
861 new_refcount = xfs_refc_merge_refcount(cleft, adjust); in xfs_refc_want_merge_center()
862 if (left->rc_refcount != new_refcount) in xfs_refc_want_merge_center()
864 if (right->rc_refcount != new_refcount) in xfs_refc_want_merge_center()
887 xfs_nlink_t new_refcount; in xfs_refc_want_merge_left() local
898 new_refcount = xfs_refc_merge_refcount(cleft, adjust); in xfs_refc_want_merge_left()
899 if (left->rc_refcount != new_refcount) in xfs_refc_want_merge_left()
921 xfs_nlink_t new_refcount; in xfs_refc_want_merge_right() local
932 new_refcount = xfs_refc_merge_refcount(cright, adjust); in xfs_refc_want_merge_right()
933 if (right->rc_refcount != new_refcount) in xfs_refc_want_merge_right()

Completed in 6 milliseconds