Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/tests/
Dbtrfs-tests.c249 nodesize <= BTRFS_MAX_METADATA_BLOCKSIZE; in btrfs_run_sanity_tests()
Dextent-io-tests.c386 len = (sectorsize < BTRFS_MAX_METADATA_BLOCKSIZE) in test_eb_bitmaps()
/linux-4.19.296/fs/btrfs/
Ddisk-io.c2438 sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
2450 nodesize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
Dctree.h63 #define BTRFS_MAX_METADATA_BLOCKSIZE 65536 macro
Dextent_io.c4850 BUILD_BUG_ON(BTRFS_MAX_METADATA_BLOCKSIZE in __alloc_extent_buffer()