Home
last modified time | relevance | path

Searched refs:btrfs_alloc_dummy_fs_info (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/fs/btrfs/tests/
Dbtrfs-tests.h41 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize);
Dextent-buffer-tests.c31 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_split_item()
Dbtrfs-tests.c118 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize) in btrfs_alloc_dummy_fs_info() function
Dinode-tests.c229 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_get_extent()
815 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_hole_first()
912 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_extent_accounting()
Dextent-io-tests.c495 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_eb_bitmaps()
700 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_eb_mem_ops()
Dqgroup-tests.c478 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_qgroups()
Dfree-space-tree-tests.c434 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in run_test()
Dfree-space-tests.c1013 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_free_space_cache()
Dextent-map-tests.c999 fs_info = btrfs_alloc_dummy_fs_info(PAGE_SIZE, PAGE_SIZE); in btrfs_test_extent_map()