Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dvolumes.c3183 int ncopies; /* how many copies to data has */ in __btrfs_alloc_chunk() local
3201 ncopies = 1; in __btrfs_alloc_chunk()
3212 ncopies = 2; in __btrfs_alloc_chunk()
3218 ncopies = 2; in __btrfs_alloc_chunk()
3224 ncopies = 2; in __btrfs_alloc_chunk()
3335 if (stripe_size * ndevs > max_chunk_size * ncopies) { in __btrfs_alloc_chunk()
3336 stripe_size = max_chunk_size * ncopies; in __btrfs_alloc_chunk()
3369 num_bytes = stripe_size * (num_stripes / ncopies); in __btrfs_alloc_chunk()