Searched refs:BTRFS_MIN_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
60 #define BTRFS_MIN_BLOCKSIZE (SZ_2K) macro62 #define BTRFS_MIN_BLOCKSIZE (SZ_4K) macro
417 for (u32 cur = BTRFS_MIN_BLOCKSIZE; cur <= BTRFS_MAX_BLOCKSIZE; cur *= 2) { in supported_sectorsizes_show()
172 (BTRFS_STRIPE_LEN / BTRFS_MIN_BLOCKSIZE))];
2414 if (unlikely(!is_power_of_2(sectorsize) || sectorsize < BTRFS_MIN_BLOCKSIZE || in btrfs_validate_super()