Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_buf.h | 133 struct xfs_buf_map { struct 146 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument 197 struct xfs_buf_map *b_maps; /* compound buffer map */ 198 struct xfs_buf_map __b_map; /* inline compound buffer map */ 231 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 233 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 237 struct xfs_buf_map *map, int nmaps,
|
H A D | xfs_buf.c | 221 struct xfs_buf_map *map, in _xfs_buf_alloc() 477 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp() 536 struct xfs_buf_map *map) in xfs_buf_map_verify() 594 struct xfs_buf_map *map, in xfs_buf_lookup() 629 struct xfs_buf_map *cmap, in xfs_buf_find_insert() 630 struct xfs_buf_map *map, in xfs_buf_find_insert() 695 const struct xfs_buf_map *map) in xfs_buftarg_get_pag() 722 struct xfs_buf_map *map, in xfs_buf_get_map() 730 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map() 850 struct xfs_buf_map *map, in xfs_buf_read_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() 215 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()
|