Home
last modified time | relevance | path

Searched refs:b_map_count (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf_mem.c143 if (bp->b_map_count != 1) in xmbuf_map_page()
H A Dxfs_buf.h194 int b_map_count; member
H A Dxfs_buf.c118 bp->b_map_count = map_count; in xfs_buf_get_maps()
920 ASSERT(bp->b_map_count == 1); in xfs_buf_read_uncached()
1494 for (map = 0; map < bp->b_map_count - 1; map++) { in xfs_buf_submit_bio()
H A Dxfs_trans_buf.c43 ASSERT(blip->bli_buf->b_map_count == nmaps); in xfs_trans_buf_item_match()
H A Dxfs_buf_item.c895 xfs_buf_item_get_format(bip, bp->b_map_count); in xfs_buf_item_init()
/linux/fs/xfs/scrub/
H A Dreap.c1018 for (i = 0; i < bp->b_map_count; i++) { in xreap_buf_loggable()