Home
last modified time | relevance | path

Searched refs:xefi_startblock (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_trans_extfree.c106 return XFS_FSB_TO_AGNO(mp, ra->xefi_startblock) - in xfs_extent_free_diff_items()
107 XFS_FSB_TO_AGNO(mp, rb->xefi_startblock); in xfs_extent_free_diff_items()
156 extp->ext_start = free->xefi_startblock; in xfs_extent_free_log_item()
183 free->xefi_startblock, in xfs_extent_free_finish_item()
244 agno = XFS_FSB_TO_AGNO(mp, free->xefi_startblock); in xfs_agfl_free_finish_item()
245 agbno = XFS_FSB_TO_AGBNO(mp, free->xefi_startblock); in xfs_agfl_free_finish_item()
267 extp->ext_start = free->xefi_startblock; in xfs_agfl_free_finish_item()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.h53 xfs_fsblock_t xefi_startblock;/* starting fs block number */ member
Dxfs_alloc.c2213 new->xefi_startblock = XFS_AGB_TO_FSB(mp, agno, agbno); in xfs_defer_agfl_block()
Dxfs_bmap.c562 new->xefi_startblock = bno; in __xfs_bmap_add_free()