Searched defs:nodesize (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/fs/btrfs/tests/ |
D | inode-tests.c | 216 static noinline int test_btrfs_get_extent(u32 sectorsize, u32 nodesize) in test_btrfs_get_extent() 817 static int test_hole_first(u32 sectorsize, u32 nodesize) in test_hole_first() 915 static int test_extent_accounting(u32 sectorsize, u32 nodesize) in test_extent_accounting() 1102 int btrfs_test_inodes(u32 sectorsize, u32 nodesize) in btrfs_test_inodes()
|
D | extent-buffer-tests.c | 12 static int test_btrfs_split_item(u32 sectorsize, u32 nodesize) in test_btrfs_split_item() 220 int btrfs_test_extent_buffer_operations(u32 sectorsize, u32 nodesize) in btrfs_test_extent_buffer_operations()
|
D | qgroup-tests.c | 204 u32 sectorsize, u32 nodesize) in test_no_shared_qgroup() 301 u32 sectorsize, u32 nodesize) in test_multiple_refs() 437 int btrfs_test_qgroups(u32 sectorsize, u32 nodesize) in btrfs_test_qgroups()
|
D | btrfs-tests.c | 116 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize) in btrfs_alloc_dummy_fs_info() 261 u32 sectorsize, nodesize; in btrfs_run_sanity_tests() local
|
D | extent-io-tests.c | 379 static int test_eb_bitmaps(u32 sectorsize, u32 nodesize) in test_eb_bitmaps() 542 int btrfs_test_extent_io(u32 sectorsize, u32 nodesize) in btrfs_test_extent_io()
|
D | free-space-tree-tests.c | 424 u32 nodesize, u32 alignment) in run_test() 522 u32 nodesize, u32 alignment) in run_test_both_formats() 546 int btrfs_test_free_space_tree(u32 sectorsize, u32 nodesize) in btrfs_test_free_space_tree()
|
D | free-space-tests.c | 827 int btrfs_test_free_space_cache(u32 sectorsize, u32 nodesize) in btrfs_test_free_space_cache()
|
/Linux-v5.15/fs/nilfs2/ |
D | btree.h | 46 #define NILFS_BTREE_NODE_NCHILDREN_MAX(nodesize) \ argument 50 #define NILFS_BTREE_NODE_NCHILDREN_MIN(nodesize) \ argument
|
/Linux-v5.15/fs/btrfs/ |
D | disk-io.c | 2554 u64 nodesize = btrfs_super_nodesize(sb); in validate_super() local 3192 u32 nodesize; in open_ctree() local
|
D | qgroup.c | 1944 u32 nodesize = fs_info->nodesize; in qgroup_trace_extent_swap() local
|
D | ctree.h | 246 __le32 nodesize; member 983 u32 nodesize; member
|
/Linux-v5.15/include/uapi/linux/ |
D | btrfs.h | 262 __u32 nodesize; /* out */ member
|