Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dvolumes.h16 #define BTRFS_MAX_DATA_CHUNK_SIZE (10ULL * SZ_1G) macro
H A Dspace-info.c205 return BTRFS_MAX_DATA_CHUNK_SIZE; in calc_chunk_size()
H A Dsysfs.c772 val = min(val, BTRFS_MAX_DATA_CHUNK_SIZE); in btrfs_chunk_size_store()
H A Dvolumes.c5187 ctl->max_chunk_size = round_down(BTRFS_MAX_DATA_CHUNK_SIZE, in init_alloc_chunk_ctl_policy_zoned()