Searched refs:BTRFS_MAX_METADATA_BLOCKSIZE (Results 1 – 6 of 6) sorted by relevance
74 #define INLINE_EXTENT_BUFFER_PAGES (BTRFS_MAX_METADATA_BLOCKSIZE / PAGE_SIZE)
2336 sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in btrfs_validate_super()2357 nodesize > BTRFS_MAX_METADATA_BLOCKSIZE) { in btrfs_validate_super()
65 #define SCRUB_MAX_SECTORS_PER_BLOCK (BTRFS_MAX_METADATA_BLOCKSIZE / SZ_4K)
3189 ASSERT(len <= BTRFS_MAX_METADATA_BLOCKSIZE); in __alloc_extent_buffer()
274 nodesize <= BTRFS_MAX_METADATA_BLOCKSIZE; in btrfs_run_sanity_tests()
352 #define BTRFS_MAX_METADATA_BLOCKSIZE 65536 macro