Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf_item.c242 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_size()
443 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_format()
898 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init()
907 BBTOB(bp->b_maps[i].bm_len)); in xfs_buf_item_init()
912 bip->bli_formats[i].blf_blkno = bp->b_maps[i].bm_bn; in xfs_buf_item_init()
913 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()
1029 end = start + BBTOB(bp->b_maps[i].bm_len) - 1; in xfs_buf_item_log()
1033 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
1050 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
H A Dxfs_buf.c117 ASSERT(bp->b_maps == NULL); in xfs_buf_get_maps()
121 bp->b_maps = &bp->__b_map; in xfs_buf_get_maps()
125 bp->b_maps = kzalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
127 if (!bp->b_maps) in xfs_buf_get_maps()
136 if (bp->b_maps != &bp->__b_map) { in xfs_buf_free_maps()
137 kfree(bp->b_maps); in xfs_buf_free_maps()
138 bp->b_maps = NULL; in xfs_buf_free_maps()
192 bp->b_maps[i].bm_bn = map[i].bm_bn; in _xfs_buf_alloc()
193 bp->b_maps[i].bm_len = map[i].bm_len; in _xfs_buf_alloc()
741 ASSERT(bp->b_maps[0].bm_bn != XFS_BUF_DADDR_NULL); in _xfs_buf_read()
[all …]
H A Dxfs_buf.h192 struct xfs_buf_map *b_maps; /* compound buffer map */ member
336 return bp->b_maps[0].bm_bn; in xfs_buf_daddr()
H A Dxfs_rtalloc.c844 rtsb_bp->b_maps[0].bm_bn = XFS_RTSB_DADDR; in xfs_growfs_rt_init_rtsb()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c308 bp->b_maps[0].bm_bn = blkno; in xfs_get_aghdr_buf()
/linux/fs/xfs/scrub/
H A Dreap.c1022 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xreap_buf_loggable()