Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_refcount_item.c248 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/
Dxfs_refcount.h41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
Dxfs_refcount.c1082 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()