Lines Matching refs:new_agbno
1104 xfs_agblock_t *new_agbno, in xfs_refcount_adjust() argument
1112 *new_agbno = agbno; in xfs_refcount_adjust()
1142 new_agbno, new_aglen, adj, &shape_changed); in xfs_refcount_adjust()
1151 error = xfs_refcount_adjust_extents(cur, new_agbno, new_aglen, adj); in xfs_refcount_adjust()
1188 xfs_agblock_t new_agbno, in xfs_refcount_continue_op() argument
1195 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, new_len))) in xfs_refcount_continue_op()
1198 *new_fsbno = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_continue_op()
1228 xfs_agblock_t new_agbno; in xfs_refcount_finish_one() local
1271 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1277 new_agbno, *new_len, new_fsb); in xfs_refcount_finish_one()
1280 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1286 new_agbno, *new_len, new_fsb); in xfs_refcount_finish_one()
1304 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one()