Searched refs:map_lookup (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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.c | 1066 struct map_lookup *map; in contains_pending_extent() 1069 map = (struct map_lookup *)em->bdev; in contains_pending_extent() 2587 struct map_lookup *map; in btrfs_remove_chunk() 2612 map = (struct map_lookup *)em->bdev; in btrfs_remove_chunk() 4224 struct map_lookup *map = NULL; in __btrfs_alloc_chunk() 4524 struct map_lookup *map; in btrfs_finish_chunk_alloc() 4550 map = (struct map_lookup *)em->bdev; in btrfs_finish_chunk_alloc() 4659 static inline int btrfs_chunk_max_errors(struct map_lookup *map) in btrfs_chunk_max_errors() 4680 struct map_lookup *map; in btrfs_chunk_readonly() 4692 map = (struct map_lookup *)em->bdev; in btrfs_chunk_readonly() [all …]
|
D | volumes.h | 337 struct map_lookup { struct 348 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ argument
|
D | dev-replace.c | 607 struct map_lookup *map; in btrfs_dev_replace_update_device_in_mapping_tree() 616 map = (struct map_lookup *)em->bdev; in btrfs_dev_replace_update_device_in_mapping_tree()
|
D | scrub.c | 2607 struct map_lookup *map, u64 *offset, in get_raid56_logic_offset() 2755 struct map_lookup *map, in scrub_raid56_parity() 2958 struct map_lookup *map, in scrub_stripe() 3330 struct map_lookup *map; in scrub_chunk() 3342 map = (struct map_lookup *)em->bdev; in scrub_chunk()
|
/linux-4.1.27/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,
|