Searched refs:BTRFS_STRIPE_LEN (Results 1 – 5 of 5) sorted by relevance
18 #define BTRFS_STRIPE_LEN SZ_64K macro
1943 min_stripe_size = rattr->dev_stripes * BTRFS_STRIPE_LEN; in btrfs_calc_avail_data_space()1959 avail_space = rounddown(avail_space, BTRFS_STRIPE_LEN); in btrfs_calc_avail_data_space()
5024 if (max_avail < BTRFS_STRIPE_LEN * dev_stripes) { in __btrfs_alloc_chunk()5029 BTRFS_STRIPE_LEN * dev_stripes); in __btrfs_alloc_chunk()5100 stripe_size = round_down(stripe_size, BTRFS_STRIPE_LEN); in __btrfs_alloc_chunk()5117 map->stripe_len = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk()5118 map->io_align = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk()5119 map->io_width = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk()
596 if (!is_power_of_2(stripe_len) || stripe_len != BTRFS_STRIPE_LEN) { in btrfs_check_chunk_valid()
3809 if (fs_info->nodesize > BTRFS_STRIPE_LEN) { in btrfs_scrub_dev()3818 BTRFS_STRIPE_LEN); in btrfs_scrub_dev()