Lines Matching defs:new_refcount
867 xfs_nlink_t new_refcount;
883 new_refcount = xfs_refc_merge_refcount(cleft, adjust);
884 if (left->rc_refcount != new_refcount)
886 if (right->rc_refcount != new_refcount)
909 xfs_nlink_t new_refcount;
920 new_refcount = xfs_refc_merge_refcount(cleft, adjust);
921 if (left->rc_refcount != new_refcount)
943 xfs_nlink_t new_refcount;
954 new_refcount = xfs_refc_merge_refcount(cright, adjust);
955 if (right->rc_refcount != new_refcount)