Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dextent-map-tests.c487 map->stripe_len = BTRFS_STRIPE_LEN; in test_rmap_block()
518 if (out_stripe_len != BTRFS_STRIPE_LEN) { in test_rmap_block()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.h18 #define BTRFS_STRIPE_LEN SZ_64K macro
H A Dsuper.c2106 min_stripe_size = rattr->dev_stripes * BTRFS_STRIPE_LEN; in btrfs_calc_avail_data_space()
2122 avail_space = rounddown(avail_space, BTRFS_STRIPE_LEN); in btrfs_calc_avail_data_space()
H A Dvolumes.c4934 ctl->dev_extent_min = BTRFS_STRIPE_LEN * ctl->dev_stripes; in init_alloc_chunk_ctl_policy_regular()
5077 ctl->stripe_size = round_down(ctl->stripe_size, BTRFS_STRIPE_LEN); in decide_stripe_size_regular()
5142 map->stripe_len = BTRFS_STRIPE_LEN; in create_chunk()
5143 map->io_align = BTRFS_STRIPE_LEN; in create_chunk()
5144 map->io_width = BTRFS_STRIPE_LEN; in create_chunk()
H A Dtree-checker.c818 if (!is_power_of_2(stripe_len) || stripe_len != BTRFS_STRIPE_LEN) { in btrfs_check_chunk_valid()
H A Dscrub.c3819 if (fs_info->nodesize > BTRFS_STRIPE_LEN) { in btrfs_scrub_dev()
3828 BTRFS_STRIPE_LEN); in btrfs_scrub_dev()