Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_buf.h114 struct xfs_buf_map { struct
120 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 */
205 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
207 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
211 struct xfs_buf_map *map, int nmaps,
Dxfs_buf.c192 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
215 struct xfs_buf_map *map, in _xfs_buf_alloc()
464 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
471 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp()
519 struct xfs_buf_map *map) in xfs_buf_map_verify()
573 struct xfs_buf_map *map, in xfs_buf_lookup()
607 struct xfs_buf_map *cmap, in xfs_buf_find_insert()
608 struct xfs_buf_map *map, in xfs_buf_find_insert()
675 struct xfs_buf_map *map, in xfs_buf_get_map()
682 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map()
[all …]
Dxfs_trans.h176 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
195 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()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_da_btree.c2517 struct xfs_buf_map **mapp, in xfs_dabuf_map()
2523 struct xfs_buf_map *map = *mapp; in xfs_dabuf_map()
2541 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), KM_NOFS); in xfs_dabuf_map()
2606 struct xfs_buf_map map, *mapp = ↦ in xfs_da_get_buf()
2643 struct xfs_buf_map map, *mapp = ↦ in xfs_da_read_buf()
2680 struct xfs_buf_map map; in xfs_da_reada_buf()
2681 struct xfs_buf_map *mapp; in xfs_da_reada_buf()