Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_buf.h | 102 struct xfs_buf_map { struct 108 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument 159 struct xfs_buf_map *b_maps; /* compound buffer map */ 160 struct xfs_buf_map __b_map; /* inline compound buffer map */ 196 struct xfs_buf_map *map, int nmaps, 199 struct xfs_buf_map *map, int nmaps, 203 struct xfs_buf_map *map, int nmaps,
|
| D | xfs_buf.c | 181 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps() 204 struct xfs_buf_map *map, in _xfs_buf_alloc() 497 const struct xfs_buf_map *map = arg->key; in _xfs_buf_obj_cmp() 504 BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0); in _xfs_buf_obj_cmp() 570 struct xfs_buf_map *map, in xfs_buf_find() 578 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_find() 688 struct xfs_buf_map *map, in xfs_buf_get_map() 812 struct xfs_buf_map *map, in xfs_buf_read_map() 858 struct xfs_buf_map *map, in xfs_buf_readahead_map()
|
| D | xfs_trans.h | 174 struct xfs_buf_map *map, int nmaps, 192 struct xfs_buf_map *map, int nmaps,
|
| 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() 227 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_da_btree.c | 2470 struct xfs_buf_map **mapp, in xfs_buf_map_from_irec() 2475 struct xfs_buf_map *map; in xfs_buf_map_from_irec() 2482 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), in xfs_buf_map_from_irec() 2514 struct xfs_buf_map **map, in xfs_dabuf_map() 2600 struct xfs_buf_map map; in xfs_da_get_buf() 2601 struct xfs_buf_map *mapp; in xfs_da_get_buf() 2649 struct xfs_buf_map map; in xfs_da_read_buf() 2650 struct xfs_buf_map *mapp; in xfs_da_read_buf() 2695 struct xfs_buf_map map; in xfs_da_reada_buf() 2696 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|