Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dsubpage.h73 #if PAGE_SIZE > BTRFS_MIN_BLOCKSIZE
H A Dfs.h57 #define BTRFS_MIN_BLOCKSIZE (SZ_2K) macro
59 #define BTRFS_MIN_BLOCKSIZE (SZ_4K) macro
H A Dsysfs.c414 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()
H A Ddisk-io.c2445 if (!is_power_of_2(sectorsize) || sectorsize < BTRFS_MIN_BLOCKSIZE || in btrfs_validate_super()
2465 sectorsize != BTRFS_MIN_BLOCKSIZE)) { in btrfs_validate_super()