Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_buf.h118 struct xfs_buf_map { struct
124 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
171 struct xfs_buf_map *b_maps; /* compound buffer map */
172 struct xfs_buf_map __b_map; /* inline compound buffer map */
209 struct xfs_buf_map *map, int nmaps,
224 struct xfs_buf_map *map, int nmaps,
227 struct xfs_buf_map *map, int nmaps,
231 struct xfs_buf_map *map, int nmaps,
Dxfs_buf.c196 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
219 struct xfs_buf_map *map, in _xfs_buf_alloc()
501 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
508 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp()
574 struct xfs_buf_map *map, in xfs_buf_find()
582 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_find()
692 struct xfs_buf_map *map, in xfs_buf_get_map()
781 struct xfs_buf_map *map, in xfs_buf_read_map()
821 struct xfs_buf_map *map, in xfs_buf_readahead_map()
Dxfs_trans.h167 struct xfs_buf_map *map, int nmaps,
185 struct xfs_buf_map *map, int nmaps,
Dxfs_trans_buf.c28 struct xfs_buf_map *map, in xfs_trans_buf_item_match()
121 struct xfs_buf_map *map, in xfs_trans_get_buf_map()
230 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.c2452 struct xfs_buf_map **mapp, in xfs_buf_map_from_irec()
2457 struct xfs_buf_map *map; in xfs_buf_map_from_irec()
2464 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), in xfs_buf_map_from_irec()
2496 struct xfs_buf_map **map, in xfs_dabuf_map()
2582 struct xfs_buf_map map; in xfs_da_get_buf()
2583 struct xfs_buf_map *mapp; in xfs_da_get_buf()
2631 struct xfs_buf_map map; in xfs_da_read_buf()
2632 struct xfs_buf_map *mapp; in xfs_da_read_buf()
2677 struct xfs_buf_map map; in xfs_da_reada_buf()
2678 struct xfs_buf_map *mapp; in xfs_da_reada_buf()