Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dextent_io.h74 #define INLINE_EXTENT_BUFFER_PAGES (BTRFS_MAX_METADATA_BLOCKSIZE / PAGE_SIZE)
A Dscrub.c58 #define SCRUB_MAX_SECTORS_PER_BLOCK (BTRFS_MAX_METADATA_BLOCKSIZE / SZ_4K)
60 #define SCRUB_MAX_PAGES (DIV_ROUND_UP(BTRFS_MAX_METADATA_BLOCKSIZE, PAGE_SIZE))
A Ddisk-io.c2560 sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in btrfs_validate_super()
2581 nodesize > BTRFS_MAX_METADATA_BLOCKSIZE) { in btrfs_validate_super()
A Dextent_io.c3722 ASSERT(len <= BTRFS_MAX_METADATA_BLOCKSIZE); in __alloc_extent_buffer()
/linux-6.3-rc2/fs/btrfs/tests/
A Dbtrfs-tests.c274 nodesize <= BTRFS_MAX_METADATA_BLOCKSIZE; in btrfs_run_sanity_tests()
/linux-6.3-rc2/include/uapi/linux/
A Dbtrfs_tree.h348 #define BTRFS_MAX_METADATA_BLOCKSIZE 65536 macro

Completed in 29 milliseconds