Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_buf.h108 struct xfs_buf_map { struct
114 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
165 struct xfs_buf_map *b_maps; /* compound buffer map */
166 struct xfs_buf_map __b_map; /* inline compound buffer map */
202 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
204 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
208 struct xfs_buf_map *map, int nmaps,
A Dxfs_buf.c190 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
213 struct xfs_buf_map *map, in _xfs_buf_alloc()
453 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
460 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp()
526 struct xfs_buf_map *map, in xfs_buf_find()
534 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_find()
643 struct xfs_buf_map *map, in xfs_buf_get_map()
763 struct xfs_buf_map *map, in xfs_buf_read_map()
840 struct xfs_buf_map *map, in xfs_buf_readahead_map()
A Dxfs_trans.h168 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
187 struct xfs_buf_map *map, int nmaps,
A 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/fs/xfs/libxfs/
A Dxfs_da_btree.c2502 struct xfs_buf_map **mapp, in xfs_dabuf_map()
2508 struct xfs_buf_map *map = *mapp; in xfs_dabuf_map()
2526 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), KM_NOFS); in xfs_dabuf_map()
2591 struct xfs_buf_map map, *mapp = ↦ in xfs_da_get_buf()
2628 struct xfs_buf_map map, *mapp = ↦ in xfs_da_read_buf()
2665 struct xfs_buf_map map; in xfs_da_reada_buf()
2666 struct xfs_buf_map *mapp; in xfs_da_reada_buf()

Completed in 15 milliseconds