Searched refs:map_lookup (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | raid56.h | 22 static inline int nr_parity_stripes(struct map_lookup *map) in nr_parity_stripes() 32 static inline int nr_data_stripes(struct map_lookup *map) in nr_data_stripes()
|
D | volumes.h | 346 struct map_lookup { struct 357 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ argument
|
D | volumes.c | 1183 struct map_lookup *map; in contains_pending_extent() 1186 map = (struct map_lookup *)em->bdev; in contains_pending_extent() 2734 struct map_lookup *map; in btrfs_remove_chunk() 2759 map = (struct map_lookup *)em->bdev; in btrfs_remove_chunk() 4492 struct map_lookup *map = NULL; in __btrfs_alloc_chunk() 4792 struct map_lookup *map; in btrfs_finish_chunk_alloc() 4818 map = (struct map_lookup *)em->bdev; in btrfs_finish_chunk_alloc() 4927 static inline int btrfs_chunk_max_errors(struct map_lookup *map) in btrfs_chunk_max_errors() 4948 struct map_lookup *map; in btrfs_chunk_readonly() 4960 map = (struct map_lookup *)em->bdev; in btrfs_chunk_readonly() [all …]
|
D | dev-replace.c | 608 struct map_lookup *map; in btrfs_dev_replace_update_device_in_mapping_tree() 617 map = (struct map_lookup *)em->bdev; in btrfs_dev_replace_update_device_in_mapping_tree()
|
D | scrub.c | 2676 struct map_lookup *map, u64 *offset, in get_raid56_logic_offset() 2835 struct map_lookup *map, in scrub_raid56_parity() 3057 struct map_lookup *map, in scrub_stripe() 3441 struct map_lookup *map; in scrub_chunk() 3463 map = (struct map_lookup *)em->bdev; in scrub_chunk()
|
D | extent-tree.c | 10304 struct map_lookup *map; in btrfs_start_trans_remove_block_group() 10331 map = (struct map_lookup *)em->bdev; in btrfs_start_trans_remove_block_group()
|
/linux-4.4.14/include/trace/events/ |
D | btrfs.h | 22 struct map_lookup; 635 TP_PROTO(struct btrfs_root *root, struct map_lookup *map, 669 TP_PROTO(struct btrfs_root *root, struct map_lookup *map, 677 TP_PROTO(struct btrfs_root *root, struct map_lookup *map,
|