Searched refs:adjust (Results 1 – 2 of 2) sorted by relevance
832 enum xfs_refc_adjust_op adjust, in xfs_refcount_merge_extents() argument868 left.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()869 right.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()879 left.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()898 right.rc_refcount == cright.rc_refcount + adjust && in xfs_refcount_merge_extents()
3027 xfs_fsblock_t adjust; /* adjustment to block numbers */ in xfs_bmap_adjacent() local3058 adjust = ap->offset - in xfs_bmap_adjacent()3060 if (adjust && in xfs_bmap_adjacent()3061 ISVALID(ap->blkno + adjust, ap->prev.br_startblock)) in xfs_bmap_adjacent()3062 ap->blkno += adjust; in xfs_bmap_adjacent()3087 adjust = prevdiff = ap->offset - in xfs_bmap_adjacent()3101 prevbno += adjust; in xfs_bmap_adjacent()3103 prevdiff += adjust; in xfs_bmap_adjacent()3125 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()3140 gotbno -= adjust; in xfs_bmap_adjacent()[all …]