Searched refs:b_maps (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf_item.c241 offset += BBTOB(bp->b_maps[i].bm_len);
442 offset += BBTOB(bp->b_maps[i].bm_len);
866 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len),
875 BBTOB(bp->b_maps[i].bm_len));
880 bip->bli_formats[i].blf_blkno = bp->b_maps[i].bm_bn;
881 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len;
997 end = start + BBTOB(bp->b_maps[i].bm_len) - 1;
1001 start += BBTOB(bp->b_maps[i].bm_len);
1018 start += BBTOB(bp->b_maps[i].bm_len);
H A Dxfs_buf.c190 ASSERT(bp->b_maps == NULL);
194 bp->b_maps = &bp->__b_map;
198 bp->b_maps = kzalloc(map_count * sizeof(struct xfs_buf_map),
200 if (!bp->b_maps)
212 if (bp->b_maps != &bp->__b_map) {
213 kfree(bp->b_maps);
214 bp->b_maps = NULL;
266 bp->b_maps[i].bm_bn = map[i].bm_bn;
267 bp->b_maps[i].bm_len = map[i].bm_len;
801 ASSERT(bp->b_maps[
[all...]
H A Dxfs_buf.h197 struct xfs_buf_map *b_maps; /* compound buffer map */ member in struct:xfs_buf
341 return bp->b_maps[0].bm_bn;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c480 bp->b_maps[0].bm_bn = blkno;

Completed in 253 milliseconds