Searched refs:BTRFS_MIN_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
73 #if PAGE_SIZE > BTRFS_MIN_BLOCKSIZE
57 #define BTRFS_MIN_BLOCKSIZE (SZ_2K) macro59 #define BTRFS_MIN_BLOCKSIZE (SZ_4K) macro
414 if (BTRFS_MIN_BLOCKSIZE != SZ_4K && BTRFS_MIN_BLOCKSIZE != PAGE_SIZE) in supported_sectorsizes_show()415 ret += sysfs_emit_at(buf, ret, "%u ", BTRFS_MIN_BLOCKSIZE); in supported_sectorsizes_show()
2445 if (!is_power_of_2(sectorsize) || sectorsize < BTRFS_MIN_BLOCKSIZE || in btrfs_validate_super()2465 sectorsize != BTRFS_MIN_BLOCKSIZE)) { in btrfs_validate_super()