Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_buf_item.c252 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_size()
403 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_format()
894 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init()
903 BBTOB(bp->b_maps[i].bm_len)); in xfs_buf_item_init()
908 bip->bli_formats[i].blf_blkno = bp->b_maps[i].bm_bn; in xfs_buf_item_init()
909 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()
1025 end = start + BBTOB(bp->b_maps[i].bm_len) - 1; in xfs_buf_item_log()
1029 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
1046 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
A Dxfs_buf.c97 if (bp->b_maps != &bp->__b_map) in xfs_buf_free_callback()
98 kfree(bp->b_maps); in xfs_buf_free_callback()
296 bp->b_maps = &bp->__b_map; in xfs_buf_alloc()
298 bp->b_maps = kcalloc(nmaps, sizeof(struct xfs_buf_map), in xfs_buf_alloc()
301 bp->b_maps[i].bm_bn = map[i].bm_bn; in xfs_buf_alloc()
302 bp->b_maps[i].bm_len = map[i].bm_len; in xfs_buf_alloc()
641 ASSERT(bp->b_maps[0].bm_bn != XFS_BUF_DADDR_NULL); in _xfs_buf_read()
821 bp->b_maps[0].bm_bn = daddr; in xfs_buf_read_uncached()
1362 split->bi_iter.bi_sector = bp->b_maps[map].bm_bn; in xfs_buf_submit_bio()
1366 bio->bi_iter.bi_sector = bp->b_maps[map].bm_bn; in xfs_buf_submit_bio()
[all …]
A Dxfs_buf.h183 struct xfs_buf_map *b_maps; /* compound buffer map */ member
331 return bp->b_maps[0].bm_bn; in xfs_buf_daddr()
A Dxfs_rtalloc.c844 rtsb_bp->b_maps[0].bm_bn = XFS_RTSB_DADDR; in xfs_growfs_rt_init_rtsb()
/fs/xfs/libxfs/
A Dxfs_ag.c308 bp->b_maps[0].bm_bn = blkno; in xfs_get_aghdr_buf()
/fs/xfs/scrub/
A Dreap.c1025 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xreap_buf_loggable()

Completed in 17 milliseconds