Searched refs:new_fsb (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/ |
D | xfs_refcount_item.c | 248 xfs_fsblock_t *new_fsb, in xfs_trans_log_finish_refcount_update() argument 255 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update() 376 xfs_fsblock_t new_fsb; in xfs_refcount_update_finish_item() local 385 &new_fsb, &new_aglen, in xfs_refcount_update_finish_item() 391 refc->ri_startblock = new_fsb; in xfs_refcount_update_finish_item() 461 xfs_fsblock_t new_fsb; in xfs_cui_recover() local 543 new_fsb = refc->pe_startblock; in xfs_cui_recover() 548 &new_fsb, &new_len, &rcur); in xfs_cui_recover() 554 irec.br_startblock = new_fsb; in xfs_cui_recover()
|
/fs/xfs/libxfs/ |
D | xfs_refcount.h | 41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
|
D | xfs_refcount.c | 1082 xfs_fsblock_t *new_fsb, in xfs_refcount_finish_one() argument 1142 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one() 1147 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one() 1150 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1155 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
|