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.h108 struct xfs_buf_map { struct
121 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
167 struct xfs_buf_map *b_maps; /* compound buffer map */
168 struct xfs_buf_map __b_map; /* inline compound buffer map */
198 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
200 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
204 struct xfs_buf_map *map, int nmaps,
H A Dxfs_buf.c298 struct xfs_buf_map *map, in xfs_buf_alloc()
332 bp->b_maps = kzalloc_objs(struct xfs_buf_map, nmaps, in xfs_buf_alloc()
364 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
371 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp()
408 struct xfs_buf_map *map) in xfs_buf_map_verify()
463 struct xfs_buf_map *map) in xfs_buf_lookup()
488 struct xfs_buf_map *cmap, in xfs_buf_find_insert()
489 struct xfs_buf_map *map, in xfs_buf_find_insert()
551 struct xfs_buf_map *map, in xfs_find_get_buf()
557 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_find_get_buf()
[all …]