Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_buf.h | 124 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 D | xfs_buf.c | 255 struct xfs_buf_map *map, in xfs_buf_alloc() 298 bp->b_maps = kcalloc(nmaps, sizeof(struct xfs_buf_map), 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 …]
|
| H A D | xfs_trans.h | 174 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, 193 struct xfs_buf_map *map, int nmaps,
|
| H A D | xfs_trans_buf.c | 26 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()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 2694 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() 2868 struct xfs_buf_map map; in xfs_da_reada_buf() 2869 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|