Home
last modified time | relevance | path

Searched refs:tmp_root (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/tests/
Dqgroup-tests.c455 struct btrfs_root *tmp_root; in btrfs_test_qgroups() local
496 tmp_root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups()
497 if (IS_ERR(tmp_root)) { in btrfs_test_qgroups()
499 ret = PTR_ERR(tmp_root); in btrfs_test_qgroups()
503 tmp_root->root_key.objectid = BTRFS_FS_TREE_OBJECTID; in btrfs_test_qgroups()
504 root->fs_info->fs_root = tmp_root; in btrfs_test_qgroups()
505 ret = btrfs_insert_fs_root(root->fs_info, tmp_root); in btrfs_test_qgroups()
510 btrfs_put_root(tmp_root); in btrfs_test_qgroups()
512 tmp_root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups()
513 if (IS_ERR(tmp_root)) { in btrfs_test_qgroups()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.c2735 struct rb_root tmp_root = RB_ROOT; in annotation__calc_lines() local
2756 insert_source_line(&tmp_root, al, opts); in annotation__calc_lines()
2759 resort_source_line(root, &tmp_root); in annotation__calc_lines()