Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_buf_mem.c142 if (bp->b_map_count != 1) in xmbuf_map_backing_mem()
H A Dxfs_buf.h186 int b_map_count; member
H A Dxfs_buf.c294 bp->b_map_count = nmaps; in xfs_buf_alloc()
819 ASSERT(bp->b_map_count == 1); in xfs_buf_read_uncached()
1384 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.c781 xfs_buf_item_get_format(bip, bp->b_map_count); in xfs_buf_item_init()
/linux-6.15/fs/xfs/scrub/
H A Dreap.c1021 for (i = 0; i < bp->b_map_count; i++) { in xreap_buf_loggable()