Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_buf.h | 125 struct xfs_buf_map { struct 131 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument 175 struct xfs_buf_map *b_maps; /* compound buffer map */ 176 struct xfs_buf_map __b_map; /* inline compound buffer map */ 193 struct xfs_buf_map *map, int nmaps, 208 struct xfs_buf_map *map, int nmaps, 223 struct xfs_buf_map *map, int nmaps, 226 struct xfs_buf_map *map, int nmaps, 230 struct xfs_buf_map *map, int nmaps,
|
D | xfs_trans.h | 163 struct xfs_buf_map *map, int nmaps, 181 struct xfs_buf_map *map, int nmaps,
|
D | xfs_trans_buf.c | 42 struct xfs_buf_map *map, in xfs_trans_buf_item_match() 139 struct xfs_buf_map *map, in xfs_trans_get_buf_map() 254 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
|
D | xfs_buf.c | 130 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps() 153 struct xfs_buf_map *map, in _xfs_buf_alloc() 439 struct xfs_buf_map *map, in _xfs_buf_find() 569 struct xfs_buf_map *map, in xfs_buf_get_map() 644 struct xfs_buf_map *map, in xfs_buf_read_map() 684 struct xfs_buf_map *map, in xfs_buf_readahead_map()
|
/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 2416 struct xfs_buf_map **mapp, in xfs_buf_map_from_irec() 2421 struct xfs_buf_map *map; in xfs_buf_map_from_irec() 2428 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), in xfs_buf_map_from_irec() 2460 struct xfs_buf_map **map, in xfs_dabuf_map() 2546 struct xfs_buf_map map; in xfs_da_get_buf() 2547 struct xfs_buf_map *mapp; in xfs_da_get_buf() 2595 struct xfs_buf_map map; in xfs_da_read_buf() 2596 struct xfs_buf_map *mapp; in xfs_da_read_buf() 2641 struct xfs_buf_map map; in xfs_da_reada_buf() 2642 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|