Searched refs:min_stripe_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsuper.c1565 u64 min_stripe_size; local
1602 min_stripe_size = rattr->dev_stripes * BTRFS_STRIPE_LEN;
1621 * Ensure we have at least min_stripe_size on top of the
1624 if (avail_space <= BTRFS_DEVICE_RANGE_RESERVED + min_stripe_size)
1645 if (devices_info[i].max_avail >= min_stripe_size) {

Completed in 68 milliseconds