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

/linux-master/fs/xfs/
H A Dxfs_buf.h133 struct xfs_buf_map { struct
146 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) };
197 struct xfs_buf_map *b_maps; /* compound buffer map */
198 struct xfs_buf_map __b_map; /* inline compound buffer map */
231 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
233 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
237 struct xfs_buf_map *map, int nmaps,
H A Dxfs_trans.h174 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
193 struct xfs_buf_map *map, int nmaps,
H A Dxfs_buf.c198 bp->b_maps = kzalloc(map_count * sizeof(struct xfs_buf_map),
221 struct xfs_buf_map *map,
477 const struct xfs_buf_map *map = arg->key;
484 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0);
533 struct xfs_buf_map *map)
591 struct xfs_buf_map *map,
626 struct xfs_buf_map *cmap,
627 struct xfs_buf_map *map,
692 const struct xfs_buf_map *map)
719 struct xfs_buf_map *ma
[all...]
H A Dxfs_trans_buf.c26 struct xfs_buf_map *map,
119 struct xfs_buf_map *map,
215 struct xfs_buf_map *map,
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c2536 struct xfs_buf_map **mapp,
2542 struct xfs_buf_map *map = *mapp;
2561 map = kzalloc(nirecs * sizeof(struct xfs_buf_map),
2628 struct xfs_buf_map map, *mapp = ↦
2665 struct xfs_buf_map map, *mapp = ↦
2704 struct xfs_buf_map map;
2705 struct xfs_buf_map *mapp;

Completed in 164 milliseconds