Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_buf.h120 struct xfs_buf_map { struct
133 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
184 struct xfs_buf_map *b_maps; /* compound buffer map */
185 struct xfs_buf_map __b_map; /* inline compound buffer map */
218 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
220 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
224 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()
463 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
470 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()
577 struct xfs_buf_map *map, in xfs_buf_lookup()
611 struct xfs_buf_map *cmap, in xfs_buf_find_insert()
612 struct xfs_buf_map *map, in xfs_buf_find_insert()
679 struct xfs_buf_map *map, in xfs_buf_get_map()
686 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-v6.6/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()