Searched refs:btrfs_alloc_dummy_fs_info (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/fs/btrfs/tests/ |
D | btrfs-tests.h | 49 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize);
|
D | extent-io-tests.c | 127 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_find_delalloc() 515 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_eb_bitmaps() 720 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_eb_mem_ops()
|
D | extent-buffer-tests.c | 31 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_split_item()
|
D | inode-tests.c | 237 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_get_extent() 811 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_hole_first() 908 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_extent_accounting()
|
D | btrfs-tests.c | 118 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize) in btrfs_alloc_dummy_fs_info() function
|
D | qgroup-tests.c | 478 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_qgroups()
|
D | free-space-tree-tests.c | 434 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in run_test()
|
D | free-space-tests.c | 1013 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_free_space_cache()
|
D | delayed-refs-tests.c | 983 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_delayed_refs()
|
D | extent-map-tests.c | 1134 fs_info = btrfs_alloc_dummy_fs_info(PAGE_SIZE, PAGE_SIZE); in btrfs_test_extent_map()
|
D | raid-stripe-tree-tests.c | 1091 fs_info = btrfs_alloc_dummy_fs_info(sectorsize, nodesize); in run_test()
|