Searched refs:BTRFS_MIN_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
57 #define BTRFS_MIN_BLOCKSIZE (SZ_2K) macro59 #define BTRFS_MIN_BLOCKSIZE (SZ_4K) macro
413 if (BTRFS_MIN_BLOCKSIZE != SZ_4K && BTRFS_MIN_BLOCKSIZE != PAGE_SIZE) in supported_sectorsizes_show()414 ret += sysfs_emit_at(buf, ret, "%u ", BTRFS_MIN_BLOCKSIZE); in supported_sectorsizes_show()
2435 if (!is_power_of_2(sectorsize) || sectorsize < BTRFS_MIN_BLOCKSIZE || in btrfs_validate_super()2455 sectorsize != BTRFS_MIN_BLOCKSIZE)) { in btrfs_validate_super()
173 (BTRFS_STRIPE_LEN / BTRFS_MIN_BLOCKSIZE))];
Completed in 25 milliseconds