Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/tests/
Dbtrfs-tests.c271 nodesize <= BTRFS_MAX_METADATA_BLOCKSIZE; in btrfs_run_sanity_tests()
/Linux-v5.15/fs/btrfs/
Dextent_io.h80 #define INLINE_EXTENT_BUFFER_PAGES (BTRFS_MAX_METADATA_BLOCKSIZE / PAGE_SIZE)
Ddisk-io.c2588 sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
2608 nodesize > BTRFS_MAX_METADATA_BLOCKSIZE) { in validate_super()
Dextent_io.c5830 ASSERT(len <= BTRFS_MAX_METADATA_BLOCKSIZE); in __alloc_extent_buffer()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h326 #define BTRFS_MAX_METADATA_BLOCKSIZE 65536 macro