Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h124 struct xfs_buf_map { struct
137 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
185 struct xfs_buf_map *b_maps; /* compound buffer map */
186 struct xfs_buf_map __b_map; /* inline compound buffer map */
216 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
218 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
222 struct xfs_buf_map *map, int nmaps,
H A Dxfs_buf.c255 struct xfs_buf_map *map, in xfs_buf_alloc()
298 bp->b_maps = kzalloc_objs(struct xfs_buf_map, nmaps, in xfs_buf_alloc()
330 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
337 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp()
388 struct xfs_buf_map *map) in xfs_buf_map_verify()
457 struct xfs_buf_map *map, in xfs_buf_lookup()
492 struct xfs_buf_map *cmap, in xfs_buf_find_insert()
493 struct xfs_buf_map *map, in xfs_buf_find_insert()
543 const struct xfs_buf_map *map) in xfs_buftarg_get_pag()
570 struct xfs_buf_map *map, in xfs_buf_get_map()
[all …]