Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_refcount_item.c246 xfs_fsblock_t *new_fsb, in xfs_trans_log_finish_refcount_update() argument
253 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
370 xfs_fsblock_t new_fsb; in xfs_refcount_update_finish_item() local
377 &new_fsb, &new_aglen, state); in xfs_refcount_update_finish_item()
383 refc->ri_startblock = new_fsb; in xfs_refcount_update_finish_item()
461 xfs_fsblock_t new_fsb; in xfs_cui_item_recover() local
519 new_fsb = refc->pe_startblock; in xfs_cui_item_recover()
524 &new_fsb, &new_len, &rcur); in xfs_cui_item_recover()
533 irec.br_startblock = new_fsb; in xfs_cui_item_recover()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_refcount.h48 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
Dxfs_refcount.c1138 xfs_fsblock_t *new_fsb, in xfs_refcount_finish_one() argument
1192 *new_fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_finish_one()
1197 *new_fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_finish_one()
1200 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1205 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()