Searched refs:sub_stripes (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | volumes.c | 45 .sub_stripes = 2, 58 .sub_stripes = 1, 71 .sub_stripes = 1, 84 .sub_stripes = 1, 97 .sub_stripes = 1, 110 .sub_stripes = 1, 123 .sub_stripes = 1, 5153 ctl->sub_stripes = btrfs_raid_array[index].sub_stripes; in init_alloc_chunk_ctl() 5398 map->sub_stripes = ctl->sub_stripes; in create_chunk() 6016 sub_stripes = map->sub_stripes; in btrfs_map_discard() [all …]
|
A D | volumes.h | 429 u8 sub_stripes; /* sub_stripes info for map */ member 451 int sub_stripes; member
|
A D | tree-checker.c | 788 u16 sub_stripes; in btrfs_check_chunk_valid() local 799 sub_stripes = btrfs_chunk_sub_stripes(leaf, chunk); in btrfs_check_chunk_valid() 899 sub_stripes != btrfs_raid_array[BTRFS_RAID_RAID10].sub_stripes) || in btrfs_check_chunk_valid() 916 num_stripes, sub_stripes, in btrfs_check_chunk_valid()
|
A D | accessors.h | 179 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16); 200 sub_stripes, 16);
|
A D | scrub.c | 3539 return map->num_stripes / map->sub_stripes * map->stripe_len; in simple_stripe_full_stripe_len() 3555 return (stripe_index / map->sub_stripes) * map->stripe_len + bg->start; in simple_stripe_get_logical() 3566 return stripe_index % map->sub_stripes + 1; in simple_stripe_mirror_num() 3693 offset = map->stripe_len * (stripe_index / map->sub_stripes); in scrub_stripe()
|
A D | block-group.c | 2015 stripe_nr = div_u64(stripe_nr, map->sub_stripes); in btrfs_rmap_block()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | btrfs_tree.h | 634 __le16 sub_stripes; member
|
/linux-6.3-rc2/include/trace/events/ |
A D | btrfs.h | 1043 __field( int, sub_stripes ) 1052 __entry->sub_stripes = map->sub_stripes; 1063 __entry->num_stripes, __entry->sub_stripes,
|
Completed in 58 milliseconds