Searched refs:xfs_buf_map (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_buf.h | 112 struct xfs_buf_map { 125 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; 171 struct xfs_buf_map *b_maps; /* compound buffer map */ 172 struct xfs_buf_map __b_map; /* inline compound buffer map */ 202 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 204 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 208 struct xfs_buf_map *map, int nmaps, 124 struct xfs_buf_map { global() struct 137 bm_flagsxfs_buf_map global() argument
|
| H A D | xfs_buf.c | 252 struct xfs_buf_map *map, 293 bp->b_maps = kzalloc_objs(struct xfs_buf_map, nmaps, in xfs_buf_alloc() 325 const struct xfs_buf_map *map = arg->key; 332 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp() 369 struct xfs_buf_map *map) 424 struct xfs_buf_map *map, in xfs_buf_find_lock() 458 struct xfs_buf_map *cmap, in xfs_buf_lookup() 459 struct xfs_buf_map *map, in xfs_buf_lookup() 509 const struct xfs_buf_map *map) in xfs_buf_find_insert() 526 struct xfs_buf_map *ma in xfs_buf_find_insert() [all...] |
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 2725 struct xfs_buf_map **mapp, in xfs_dabuf_map() 2731 struct xfs_buf_map *map = *mapp; in xfs_dabuf_map() 2750 map = kcalloc(nirecs, sizeof(struct xfs_buf_map), in xfs_dabuf_map() 2813 struct xfs_buf_map map, *mapp = ↦ in xfs_da_get_buf() 2850 struct xfs_buf_map map, *mapp = ↦ in xfs_da_read_buf() 2895 struct xfs_buf_map map; in xfs_da_reada_buf() 2896 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|