Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf_mem.c142 if (bp->b_map_count != 1) in xmbuf_map_backing_mem()
H A Dxfs_buf.h187 int b_map_count; member
H A Dxfs_buf.c294 bp->b_map_count = nmaps; in xfs_buf_alloc()
816 ASSERT(bp->b_map_count == 1); in xfs_buf_read_uncached()
1354 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()
/linux/fs/xfs/scrub/
H A Dreap.c1296 for (i = 0; i < bp->b_map_count; i++) { in xreap_buf_loggable()