Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.h108 struct xfs_buf_map { struct
114 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
164 struct xfs_buf_map *b_maps; /* compound buffer map */
165 struct xfs_buf_map __b_map; /* inline compound buffer map */
200 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
202 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
206 struct xfs_buf_map *map, int nmaps,
Dxfs_buf.c193 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
216 struct xfs_buf_map *map, in _xfs_buf_alloc()
513 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
520 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp()
586 struct xfs_buf_map *map, in xfs_buf_find()
594 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_find()
703 struct xfs_buf_map *map, in xfs_buf_get_map()
815 struct xfs_buf_map *map, in xfs_buf_read_map()
892 struct xfs_buf_map *map, in xfs_buf_readahead_map()
Dxfs_trans.h189 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
208 struct xfs_buf_map *map, int nmaps,
Dxfs_trans_buf.c26 struct xfs_buf_map *map, in xfs_trans_buf_item_match()
119 struct xfs_buf_map *map, in xfs_trans_get_buf_map()
215 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
/fs/xfs/libxfs/
Dxfs_da_btree.c2505 struct xfs_buf_map **mapp, in xfs_dabuf_map()
2511 struct xfs_buf_map *map = *mapp; in xfs_dabuf_map()
2529 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), KM_NOFS); in xfs_dabuf_map()
2594 struct xfs_buf_map map, *mapp = ↦ in xfs_da_get_buf()
2631 struct xfs_buf_map map, *mapp = ↦ in xfs_da_read_buf()
2668 struct xfs_buf_map map; in xfs_da_reada_buf()
2669 struct xfs_buf_map *mapp; in xfs_da_reada_buf()