Home
last modified time | relevance | path

Searched refs:btrfs_alloc_dummy_root (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c484 root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups()
519 tmp_root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups()
535 tmp_root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups()
H A Dextent-buffer-tests.c37 root = btrfs_alloc_dummy_root(fs_info); in test_btrfs_split_item()
H A Dinode-tests.c243 root = btrfs_alloc_dummy_root(fs_info); in test_btrfs_get_extent()
829 root = btrfs_alloc_dummy_root(fs_info); in test_hole_first()
926 root = btrfs_alloc_dummy_root(fs_info); in test_extent_accounting()
H A Dfree-space-tree-tests.c441 root = btrfs_alloc_dummy_root(fs_info); in run_test()
H A Dfree-space-tests.c1032 root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_free_space_cache()
H A Dextent-io-tests.c133 root = btrfs_alloc_dummy_root(fs_info); in test_find_delalloc()
/openbmc/linux/fs/btrfs/
H A Ddisk-io.h87 struct btrfs_root *btrfs_alloc_dummy_root(struct btrfs_fs_info *fs_info);
H A Ddisk-io.c710 struct btrfs_root *btrfs_alloc_dummy_root(struct btrfs_fs_info *fs_info) in btrfs_alloc_dummy_root() function