Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_buf.h122 struct xfs_buf_map { struct
135 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument
183 struct xfs_buf_map *b_maps; /* compound buffer map */
184 struct xfs_buf_map __b_map; /* inline compound buffer map */
214 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
216 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
220 struct xfs_buf_map *map, int nmaps,
A Dxfs_buf.c255 struct xfs_buf_map *map, in xfs_buf_alloc()
330 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp()
388 struct xfs_buf_map *map) in xfs_buf_map_verify()
460 struct xfs_buf_map *map, in xfs_buf_lookup()
495 struct xfs_buf_map *cmap, in xfs_buf_find_insert()
496 struct xfs_buf_map *map, in xfs_buf_find_insert()
546 const struct xfs_buf_map *map) in xfs_buftarg_get_pag()
573 struct xfs_buf_map *map, in xfs_buf_get_map()
581 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map()
687 struct xfs_buf_map *map, in xfs_buf_read_map()
[all …]
A Dxfs_trans.h174 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags,
193 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()
230 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
/fs/xfs/libxfs/
A Dxfs_da_btree.c2694 struct xfs_buf_map **mapp, in xfs_dabuf_map()
2700 struct xfs_buf_map *map = *mapp; in xfs_dabuf_map()
2719 map = kzalloc(nirecs * sizeof(struct xfs_buf_map), in xfs_dabuf_map()
2786 struct xfs_buf_map map, *mapp = ↦ in xfs_da_get_buf()
2823 struct xfs_buf_map map, *mapp = ↦ in xfs_da_read_buf()
2862 struct xfs_buf_map map; in xfs_da_reada_buf()
2863 struct xfs_buf_map *mapp; in xfs_da_reada_buf()

Completed in 18 milliseconds