Searched refs:btrfs_alloc_dummy_fs_info (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | btrfs-tests.h | 41 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize);
|
H A D | btrfs-tests.c | 110 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize) in btrfs_alloc_dummy_fs_info() function
|
H A D | extent-buffer-tests.c | 31 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_split_item()
|
H A D | inode-tests.c | 240 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_get_extent() 842 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_hole_first() 939 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_extent_accounting()
|
H A D | extent-io-tests.c | 396 fs_info = btrfs_alloc_dummy_fs_info(len, len); in test_eb_bitmaps()
|
H A D | extent-map-tests.c | 597 fs_info = btrfs_alloc_dummy_fs_info(PAGE_SIZE, PAGE_SIZE); in btrfs_test_extent_map()
|
H A D | free-space-tests.c | 836 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_free_space_cache()
|
H A D | free-space-tree-tests.c | 433 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in run_test()
|
H A D | qgroup-tests.c | 460 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_qgroups()
|
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | btrfs-tests.h | 41 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize);
|
H A D | extent-buffer-tests.c | 31 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_split_item()
|
H A 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
|
H A D | extent-io-tests.c | 495 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()
|
H A D | inode-tests.c | 237 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_btrfs_get_extent() 823 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_hole_first() 920 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in test_extent_accounting()
|
H A D | free-space-tree-tests.c | 434 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in run_test()
|
H A D | qgroup-tests.c | 478 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_qgroups()
|
H A D | free-space-tests.c | 1013 fs_info = btrfs_alloc_dummy_fs_info(nodesize, sectorsize); in btrfs_test_free_space_cache()
|
H A D | extent-map-tests.c | 999 fs_info = btrfs_alloc_dummy_fs_info(PAGE_SIZE, PAGE_SIZE); in btrfs_test_extent_map()
|
Completed in 23 milliseconds