Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c4243 u64 raid_stripe_len = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk() local
4386 raid_stripe_len = find_raid56_stripe_len(ndevs - 1, in __btrfs_alloc_chunk()
4391 raid_stripe_len = find_raid56_stripe_len(ndevs - 2, in __btrfs_alloc_chunk()
4419 stripe_size = div_u64(stripe_size, raid_stripe_len); in __btrfs_alloc_chunk()
4420 stripe_size *= raid_stripe_len; in __btrfs_alloc_chunk()
4438 map->stripe_len = raid_stripe_len; in __btrfs_alloc_chunk()
4439 map->io_align = raid_stripe_len; in __btrfs_alloc_chunk()
4440 map->io_width = raid_stripe_len; in __btrfs_alloc_chunk()