Searched refs:tmp_root (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/tests/ |
| H A D | qgroup-tests.c | 466 struct btrfs_root *tmp_root; in btrfs_test_qgroups() local 510 tmp_root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups() 511 if (IS_ERR(tmp_root)) { in btrfs_test_qgroups() 513 ret = PTR_ERR(tmp_root); in btrfs_test_qgroups() 517 tmp_root->root_key.objectid = BTRFS_FS_TREE_OBJECTID; in btrfs_test_qgroups() 518 root->fs_info->fs_root = tmp_root; in btrfs_test_qgroups() 519 ret = btrfs_insert_fs_root(root->fs_info, tmp_root); in btrfs_test_qgroups() 520 btrfs_put_root(tmp_root); in btrfs_test_qgroups() 526 tmp_root = btrfs_alloc_dummy_root(fs_info); in btrfs_test_qgroups() 527 if (IS_ERR(tmp_root)) { in btrfs_test_qgroups() [all …]
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 982 char *host_root, *tmp_root; in hostfs_parse_param() local 994 tmp_root = kasprintf(GFP_KERNEL, "%s%s", in hostfs_parse_param() 996 if (!tmp_root) in hostfs_parse_param() 999 fsi->host_root_path = tmp_root; in hostfs_parse_param() 1009 char *tmp_root, *host_root = (char *)data; in hostfs_parse_monolithic() local 1015 tmp_root = kasprintf(GFP_KERNEL, "%s%s", fsi->host_root_path, host_root); in hostfs_parse_monolithic() 1016 if (!tmp_root) in hostfs_parse_monolithic() 1019 fsi->host_root_path = tmp_root; in hostfs_parse_monolithic()
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 1626 struct rb_root tmp_root = RB_ROOT; in annotation__calc_lines() local 1649 insert_source_line(&tmp_root, al); in annotation__calc_lines() 1652 resort_source_line(root, &tmp_root); in annotation__calc_lines()
|