Home
last modified time | relevance | path

Searched refs:BTRFS_MAX_METADATA_BLOCKSIZE (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/tests/
Dbtrfs-tests.c266 nodesize <= BTRFS_MAX_METADATA_BLOCKSIZE; in btrfs_run_sanity_tests()
Dextent-io-tests.c393 len = (sectorsize < BTRFS_MAX_METADATA_BLOCKSIZE) in test_eb_bitmaps()
/fs/btrfs/
Ddisk-io.c2444 sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
2456 nodesize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
Dctree.h71 #define BTRFS_MAX_METADATA_BLOCKSIZE 65536 macro
Dextent_io.c4969 BUILD_BUG_ON(BTRFS_MAX_METADATA_BLOCKSIZE in __alloc_extent_buffer()