/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 38 .sub_stripes = 2, 51 .sub_stripes = 1, 64 .sub_stripes = 1, 77 .sub_stripes = 1, 90 .sub_stripes = 1, 103 .sub_stripes = 1, 116 .sub_stripes = 1, 129 .sub_stripes = 1, 142 .sub_stripes = 1, 4920 /* sub_stripes inf 4921 int sub_stripes; global() member 5691 u32 sub_stripes = 0; __btrfs_map_block_for_discard() local [all...] |
H A D | volumes.h | 354 u8 sub_stripes; /* sub_stripes info for map */ member 376 int sub_stripes; member
|
H A D | tree-checker.c | 760 u16 sub_stripes; in btrfs_check_chunk_valid() local 771 sub_stripes = btrfs_chunk_sub_stripes(leaf, chunk); in btrfs_check_chunk_valid() 869 if ((type & BTRFS_BLOCK_GROUP_RAID10 && sub_stripes != 2) || in btrfs_check_chunk_valid() 876 "invalid num_stripes:sub_stripes %u:%u for profile %llu", in btrfs_check_chunk_valid() 877 num_stripes, sub_stripes, in btrfs_check_chunk_valid()
|
H A D | scrub.c | 3021 int factor = map->num_stripes / map->sub_stripes; in scrub_stripe() 3022 offset = map->stripe_len * (num / map->sub_stripes); in scrub_stripe() 3024 mirror_num = num % map->sub_stripes + 1; in scrub_stripe()
|
H A D | ctree.h | 1590 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16); 1613 sub_stripes, 16);
|
H A D | block-group.c | 1709 stripe_nr = div_u64(stripe_nr, map->sub_stripes); in btrfs_rmap_block()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H 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, 136 .sub_stripes = 1, 149 .sub_stripes = 1, 5081 /* sub_stripes inf 5082 int sub_stripes; global() member 5941 u32 sub_stripes = 0; btrfs_map_discard() local [all...] |
H A D | volumes.h | 499 u8 sub_stripes; /* sub_stripes info for map */ member 520 int sub_stripes; member
|
H A D | tree-checker.c | 802 u16 sub_stripes; in btrfs_check_chunk_valid() local 813 sub_stripes = btrfs_chunk_sub_stripes(leaf, chunk); in btrfs_check_chunk_valid() 927 sub_stripes != btrfs_raid_array[BTRFS_RAID_RAID10].sub_stripes) || in btrfs_check_chunk_valid() 943 "invalid num_stripes:sub_stripes %u:%u for profile %llu", in btrfs_check_chunk_valid() 944 num_stripes, sub_stripes, in btrfs_check_chunk_valid()
|
H A D | scrub.c | 2081 return btrfs_stripe_nr_to_offset(map->num_stripes / map->sub_stripes); in simple_stripe_full_stripe_len() 2094 * (stripe_index / sub_stripes) gives how many data stripes we need to in simple_stripe_get_logical() 2097 return btrfs_stripe_nr_to_offset(stripe_index / map->sub_stripes) + in simple_stripe_get_logical() 2109 return stripe_index % map->sub_stripes + 1; in simple_stripe_mirror_num() 2226 offset = btrfs_stripe_nr_to_offset(stripe_index / map->sub_stripes); in scrub_stripe()
|
H A D | accessors.h | 178 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16); 199 sub_stripes, 16);
|
H A D | block-group.c | 2118 map->sub_stripes); in btrfs_rmap_block()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs_tree.h | 441 __le16 sub_stripes; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs_tree.h | 638 __le16 sub_stripes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 152 __le16 sub_stripes; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 152 __le16 sub_stripes; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 154 __le16 sub_stripes; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 979 __field( int, sub_stripes ) 988 __entry->sub_stripes = map->sub_stripes; 995 "num_stripes=%d sub_stripes=%d type=%s", 999 __entry->num_stripes, __entry->sub_stripes,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 1071 __field( int, sub_stripes ) 1080 __entry->sub_stripes = map->sub_stripes; 1087 "num_stripes=%d sub_stripes=%d type=%s", 1091 __entry->num_stripes, __entry->sub_stripes,
|