Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.h | 120 struct xfs_buf_map { struct 133 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument 184 struct xfs_buf_map *b_maps; /* compound buffer map */ 185 struct xfs_buf_map __b_map; /* inline compound buffer map */ 218 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 220 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 224 struct xfs_buf_map *map, int nmaps,
|
H A D | xfs_buf.c | 192 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps() 215 struct xfs_buf_map *map, in _xfs_buf_alloc() 463 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp() 470 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp() 519 struct xfs_buf_map *map) in xfs_buf_map_verify() 577 struct xfs_buf_map *map, in xfs_buf_lookup() 611 struct xfs_buf_map *cmap, in xfs_buf_find_insert() 612 struct xfs_buf_map *map, in xfs_buf_find_insert() 679 struct xfs_buf_map *map, in xfs_buf_get_map() 686 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map() [all …]
|
H A D | xfs_trans.h | 178 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, 197 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()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 2515 struct xfs_buf_map **mapp, in xfs_dabuf_map() 2521 struct xfs_buf_map *map = *mapp; in xfs_dabuf_map() 2539 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), KM_NOFS); in xfs_dabuf_map() 2604 struct xfs_buf_map map, *mapp = ↦ in xfs_da_get_buf() 2641 struct xfs_buf_map map, *mapp = ↦ in xfs_da_read_buf() 2678 struct xfs_buf_map map; in xfs_da_reada_buf() 2679 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|