Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddefrag.c1137 #define CLUSTER_SIZE (SZ_256K) macro
1138 static_assert(PAGE_ALIGNED(CLUSTER_SIZE));
1209 ASSERT(nr_pages <= CLUSTER_SIZE / PAGE_SIZE); in defrag_one_range()