Home
last modified time | relevance | path

Searched defs:nodesize (Results 1 – 10 of 10) sorted by relevance

/linux/fs/btrfs/tests/
H A Dinode-tests.c218 static noinline int test_btrfs_get_extent(u32 sectorsize, u32 nodesize) in test_btrfs_get_extent()
795 static int test_hole_first(u32 sectorsize, u32 nodesize) in test_hole_first()
894 static int test_extent_accounting(u32 sectorsize, u32 nodesize) in test_extent_accounting()
1077 int btrfs_test_inodes(u32 sectorsize, u32 nodesize) in btrfs_test_inodes()
H A Dextent-buffer-tests.c13 static int test_btrfs_split_item(u32 sectorsize, u32 nodesize) in test_btrfs_split_item()
219 int btrfs_test_extent_buffer_operations(u32 sectorsize, u32 nodesize) in btrfs_test_extent_buffer_operations()
H A Dfree-space-tree-tests.c422 u32 nodesize, u32 alignment) in run_test()
523 u32 nodesize, u32 alignment) in run_test_both_formats()
547 int btrfs_test_free_space_tree(u32 sectorsize, u32 nodesize) in btrfs_test_free_space_tree()
H A Draid-stripe-tree-tests.c1084 static int run_test(test_func_t test, u32 sectorsize, u32 nodesize) in run_test()
1146 int btrfs_test_raid_stripe_tree(u32 sectorsize, u32 nodesize) in btrfs_test_raid_stripe_tree()
H A Dfree-space-tests.c1005 int btrfs_test_free_space_cache(u32 sectorsize, u32 nodesize) in btrfs_test_free_space_cache()
H A Ddelayed-refs-tests.c974 int btrfs_test_delayed_refs(u32 sectorsize, u32 nodesize) in btrfs_test_delayed_refs()
/linux/fs/nilfs2/
H A Dbtree.h47 #define NILFS_BTREE_NODE_NCHILDREN_MAX(nodesize) \ argument
51 #define NILFS_BTREE_NODE_NCHILDREN_MIN(nodesize) \ argument
/linux/include/uapi/linux/
H A Dbtrfs_tree.h694 __le32 nodesize; member
H A Dbtrfs.h280 __u32 nodesize; /* out */ member
/linux/fs/btrfs/
H A Dextent_io.c3260 const u32 nodesize = fs_info->nodesize; in check_eb_alignment() local