Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dbtrfs-tests.c264 nodesize <= BTRFS_MAX_METADATA_BLOCKSIZE; in btrfs_run_sanity_tests()
H A Dextent-io-tests.c393 len = (sectorsize < BTRFS_MAX_METADATA_BLOCKSIZE) in test_eb_bitmaps()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddisk-io.c2440 sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
2452 nodesize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
H A Dctree.h73 #define BTRFS_MAX_METADATA_BLOCKSIZE 65536 macro
H A Dextent_io.c4979 BUILD_BUG_ON(BTRFS_MAX_METADATA_BLOCKSIZE in __alloc_extent_buffer()