Searched refs:xfs_buf_map (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_buf.h | 126 struct xfs_buf_map { struct 132 struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; argument 177 struct xfs_buf_map *b_maps; /* compound buffer map */ 178 struct xfs_buf_map __b_map; /* inline compound buffer map */ 195 struct xfs_buf_map *map, int nmaps, 210 struct xfs_buf_map *map, int nmaps, 225 struct xfs_buf_map *map, int nmaps, 228 struct xfs_buf_map *map, int nmaps, 232 struct xfs_buf_map *map, int nmaps,
|
D | xfs_trans.h | 160 struct xfs_buf_map *map, int nmaps, 178 struct xfs_buf_map *map, int nmaps,
|
D | xfs_trans_buf.c | 40 struct xfs_buf_map *map, in xfs_trans_buf_item_match() 137 struct xfs_buf_map *map, in xfs_trans_get_buf_map() 245 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
|
D | xfs_buf.c | 128 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps() 151 struct xfs_buf_map *map, in _xfs_buf_alloc() 437 struct xfs_buf_map *map, in _xfs_buf_find() 565 struct xfs_buf_map *map, in xfs_buf_get_map() 640 struct xfs_buf_map *map, in xfs_buf_read_map() 680 struct xfs_buf_map *map, in xfs_buf_readahead_map()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 2420 struct xfs_buf_map **mapp, in xfs_buf_map_from_irec() 2425 struct xfs_buf_map *map; in xfs_buf_map_from_irec() 2432 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), in xfs_buf_map_from_irec() 2464 struct xfs_buf_map **map, in xfs_dabuf_map() 2550 struct xfs_buf_map map; in xfs_da_get_buf() 2551 struct xfs_buf_map *mapp; in xfs_da_get_buf() 2599 struct xfs_buf_map map; in xfs_da_read_buf() 2600 struct xfs_buf_map *mapp; in xfs_da_read_buf() 2645 struct xfs_buf_map map; in xfs_da_reada_buf() 2646 struct xfs_buf_map *mapp; in xfs_da_reada_buf()
|