Searched refs:sub_stripes (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/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, 4885 int sub_stripes; member [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() 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 | 1592 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16); 1615 sub_stripes, 16);
|
| H A D | block-group.c | 1702 stripe_nr = div_u64(stripe_nr, map->sub_stripes); in btrfs_rmap_block()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | btrfs_tree.h | 429 __le16 sub_stripes; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btrfs_tree.h | 441 __le16 sub_stripes; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | btrfs_tree.h | 429 __le16 sub_stripes; member
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 979 __field( int, sub_stripes ) 988 __entry->sub_stripes = map->sub_stripes; 999 __entry->num_stripes, __entry->sub_stripes,
|