Home
last modified time | relevance | path

Searched refs:b_maps (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf_item.c241 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_size()
442 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_format()
866 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init()
875 BBTOB(bp->b_maps[i].bm_len)); in xfs_buf_item_init()
880 bip->bli_formats[i].blf_blkno = bp->b_maps[i].bm_bn; in xfs_buf_item_init()
881 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()
997 end = start + BBTOB(bp->b_maps[i].bm_len) - 1; in xfs_buf_item_log()
1001 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
1018 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
H A Dxfs_buf.c190 ASSERT(bp->b_maps == NULL); in xfs_buf_get_maps()
194 bp->b_maps = &bp->__b_map; in xfs_buf_get_maps()
200 if (!bp->b_maps) in xfs_buf_get_maps()
212 if (bp->b_maps != &bp->__b_map) { in xfs_buf_free_maps()
213 kfree(bp->b_maps); in xfs_buf_free_maps()
214 bp->b_maps = NULL; in xfs_buf_free_maps()
266 bp->b_maps[i].bm_bn = map[i].bm_bn; in _xfs_buf_alloc()
267 bp->b_maps[i].bm_len = map[i].bm_len; in _xfs_buf_alloc()
980 bp->b_maps[0].bm_bn = daddr; in xfs_buf_read_uncached()
1535 sector_t sector = bp->b_maps[map].bm_bn; in xfs_buf_ioapply_map()
[all …]
H A Dxfs_buf.h197 struct xfs_buf_map *b_maps; /* compound buffer map */ member
341 return bp->b_maps[0].bm_bn; in xfs_buf_daddr()
/linux/fs/xfs/scrub/
H A Dreap.c756 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xreap_buf_loggable()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c480 bp->b_maps[0].bm_bn = blkno; in xfs_get_aghdr_buf()