Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
437 xfs_fsblock_t new_fsb; in xfs_cui_item_recover() local
509 new_fsb = refc->pe_startblock; in xfs_cui_item_recover()
514 &new_fsb, &new_len, &rcur); in xfs_cui_item_recover()
520 irec.br_startblock = new_fsb; in xfs_cui_item_recover()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_refcount.h41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
Dxfs_refcount.c1137 xfs_fsblock_t *new_fsb, in xfs_refcount_finish_one() argument
1195 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one()
1200 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one()
1203 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1208 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()