Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dvolumes.c4511 u64 raid_stripe_len = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk() local
4654 raid_stripe_len = find_raid56_stripe_len(ndevs - 1, in __btrfs_alloc_chunk()
4659 raid_stripe_len = find_raid56_stripe_len(ndevs - 2, in __btrfs_alloc_chunk()
4687 stripe_size = div_u64(stripe_size, raid_stripe_len); in __btrfs_alloc_chunk()
4688 stripe_size *= raid_stripe_len; in __btrfs_alloc_chunk()
4706 map->stripe_len = raid_stripe_len; in __btrfs_alloc_chunk()
4707 map->io_align = raid_stripe_len; in __btrfs_alloc_chunk()
4708 map->io_width = raid_stripe_len; in __btrfs_alloc_chunk()