Home
last modified time | relevance | path

Searched refs:sub_stripes (Results 1 – 9 of 9) sorted by relevance

/linux/fs/btrfs/
A Dvolumes.c55 .sub_stripes = 2,
68 .sub_stripes = 1,
81 .sub_stripes = 1,
94 .sub_stripes = 1,
107 .sub_stripes = 1,
120 .sub_stripes = 1,
133 .sub_stripes = 1,
5149 ctl->sub_stripes = btrfs_raid_array[index].sub_stripes; in init_alloc_chunk_ctl()
5469 map->sub_stripes = ctl->sub_stripes; in create_chunk()
6029 sub_stripes = map->sub_stripes; in btrfs_map_discard()
[all …]
A Dvolumes.h571 u8 sub_stripes; /* sub_stripes info for map */ member
599 int sub_stripes; member
A Dtree-checker.c826 u16 sub_stripes; in btrfs_check_chunk_valid() local
837 sub_stripes = btrfs_chunk_sub_stripes(leaf, chunk); in btrfs_check_chunk_valid()
951 sub_stripes != btrfs_raid_array[BTRFS_RAID_RAID10].sub_stripes) || in btrfs_check_chunk_valid()
968 num_stripes, sub_stripes, in btrfs_check_chunk_valid()
A Daccessors.h188 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16);
209 sub_stripes, 16);
A Dscrub.c2174 return btrfs_stripe_nr_to_offset(map->num_stripes / map->sub_stripes); in simple_stripe_full_stripe_len()
2190 return btrfs_stripe_nr_to_offset(stripe_index / map->sub_stripes) + in simple_stripe_get_logical()
2202 return stripe_index % map->sub_stripes + 1; in simple_stripe_mirror_num()
2318 offset = btrfs_stripe_nr_to_offset(stripe_index / map->sub_stripes); in scrub_stripe()
A Dzoned.c1534 if ((i % map->sub_stripes) == 0) { in btrfs_load_block_group_raid10()
A Dblock-group.c2149 map->sub_stripes); in btrfs_rmap_block()
/linux/include/uapi/linux/
A Dbtrfs_tree.h659 __le16 sub_stripes; member
/linux/include/trace/events/
A Dbtrfs.h1042 __field( int, sub_stripes )
1051 __entry->sub_stripes = map->sub_stripes;
1062 __entry->num_stripes, __entry->sub_stripes,

Completed in 667 milliseconds