Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans_bmap.c157 map->me_startblock = bmap->bi_bmap.br_startblock; in xfs_bmap_update_log_item()
158 map->me_startoff = bmap->bi_bmap.br_startoff; in xfs_bmap_update_log_item()
159 map->me_len = bmap->bi_bmap.br_blockcount; in xfs_bmap_update_log_item()
161 bmap->bi_bmap.br_state); in xfs_bmap_update_log_item()
187 count = bmap->bi_bmap.br_blockcount; in xfs_bmap_update_finish_item()
191 bmap->bi_bmap.br_startoff, in xfs_bmap_update_finish_item()
192 bmap->bi_bmap.br_startblock, in xfs_bmap_update_finish_item()
194 bmap->bi_bmap.br_state); in xfs_bmap_update_finish_item()
197 bmap->bi_bmap.br_blockcount = count; in xfs_bmap_update_finish_item()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.h252 struct xfs_bmbt_irec bi_bmap; member
Dxfs_bmap.c6044 bi->bi_bmap = *bmap; in __xfs_bmap_add()