Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_buf.h | 129 struct xfs_buf_map { struct 142 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument 192 struct xfs_buf_map *b_maps; /* compound buffer map */ 193 struct xfs_buf_map __b_map; /* inline compound buffer map */ 226 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 228 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 232 struct xfs_buf_map *map, int nmaps,
|
H A D | xfs_buf.c | 125 bp->b_maps = kzalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps() 145 struct xfs_buf_map *map, in _xfs_buf_alloc() 403 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp() 410 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp() 461 struct xfs_buf_map *map) in xfs_buf_map_verify() 533 struct xfs_buf_map *map, in xfs_buf_lookup() 568 struct xfs_buf_map *cmap, in xfs_buf_find_insert() 569 struct xfs_buf_map *map, in xfs_buf_find_insert() 634 const struct xfs_buf_map *map) in xfs_buftarg_get_pag() 661 struct xfs_buf_map *map, in xfs_buf_get_map() [all …]
|
H A D | xfs_trans.h | 176 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, 195 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() 2862 struct xfs_buf_map map; in xfs_da_reada_buf() 2863 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|