/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs.c | 104 &btrfs_info.fs_root, NULL)) { in btrfs_probe() 114 struct btrfs_root root = btrfs_info.fs_root; in btrfs_ls() 140 struct btrfs_root root = btrfs_info.fs_root; in btrfs_exists() 151 struct btrfs_root root = btrfs_info.fs_root; in btrfs_size() 176 struct btrfs_root root = btrfs_info.fs_root; in btrfs_read()
|
H A D | btrfs.h | 18 struct btrfs_root fs_root; member
|
H A D | conv-funcs.h | 161 chunk_root_gen, extent_root, extent_root_gen, fs_root, fs_root_gen,
|
H A D | ctree.h | 112 __u64 fs_root; member
|
H A D | inode.c | 147 if (root->objectid != btrfs_info.fs_root.objectid) { in get_parent_inode()
|
/openbmc/linux/fs/btrfs/ |
H A D | backref.h | 140 struct btrfs_root *fs_root; member 225 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, 231 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
|
H A D | super.c | 974 struct btrfs_root *fs_root = NULL; in btrfs_get_subvol_name_from_objectid() local 1031 fs_root = btrfs_get_fs_root(fs_info, subvol_objectid, true); in btrfs_get_subvol_name_from_objectid() 1032 if (IS_ERR(fs_root)) { in btrfs_get_subvol_name_from_objectid() 1033 ret = PTR_ERR(fs_root); in btrfs_get_subvol_name_from_objectid() 1034 fs_root = NULL; in btrfs_get_subvol_name_from_objectid() 1047 ret = btrfs_search_backwards(fs_root, &key, path); in btrfs_get_subvol_name_from_objectid() 1072 btrfs_put_root(fs_root); in btrfs_get_subvol_name_from_objectid() 1073 fs_root = NULL; in btrfs_get_subvol_name_from_objectid() 1086 btrfs_put_root(fs_root); in btrfs_get_subvol_name_from_objectid() 1169 inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root); in btrfs_fill_super()
|
H A D | relocation.c | 2215 struct btrfs_root *fs_root = NULL; in select_one_root() local 2237 fs_root = root; in select_one_root() 2247 if (!fs_root) in select_one_root() 2249 return fs_root; in select_one_root() 4137 struct btrfs_root *fs_root; in btrfs_recover_relocation() local 4185 fs_root = btrfs_get_fs_root(fs_info, in btrfs_recover_relocation() 4187 if (IS_ERR(fs_root)) { in btrfs_recover_relocation() 4188 ret = PTR_ERR(fs_root); in btrfs_recover_relocation() 4199 btrfs_put_root(fs_root); in btrfs_recover_relocation() 4248 fs_root = btrfs_get_fs_root(fs_info, reloc_root->root_key.offset, in btrfs_recover_relocation() [all …]
|
H A D | backref.c | 2131 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, in btrfs_ref_to_path() argument 2157 ret = btrfs_find_item(fs_root, path, parent, 0, in btrfs_ref_to_path() 2590 struct btrfs_root *fs_root = ipath->fs_root; in iterate_inode_refs() local 2597 ret = btrfs_find_item(fs_root, path, inum, in iterate_inode_refs() 2623 btrfs_debug(fs_root->fs_info, in iterate_inode_refs() 2626 fs_root->root_key.objectid); in iterate_inode_refs() 2649 struct btrfs_root *fs_root = ipath->fs_root; in iterate_inode_extrefs() local 2658 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref, in iterate_inode_extrefs() 2721 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len, in inode_to_path() 2791 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, in init_ipath() argument [all …]
|
H A D | disk-io.c | 1259 btrfs_put_root(fs_info->fs_root); in btrfs_free_fs_info() 1679 if (info->fs_root && info->fs_root->node) { in backup_super_roots() 1681 info->fs_root->node->start); in backup_super_roots() 1683 btrfs_header_generation(info->fs_root->node)); in backup_super_roots() 1685 btrfs_header_level(info->fs_root->node)); in backup_super_roots() 1812 free_root_extent_buffers(info->fs_root); in free_root_pointers() 2997 if ((ret = btrfs_orphan_cleanup(fs_info->fs_root)) || in btrfs_start_pre_rw_mount() 3552 fs_info->fs_root = btrfs_get_fs_root(fs_info, BTRFS_FS_TREE_OBJECTID, true); in open_ctree() 3553 if (IS_ERR(fs_info->fs_root)) { in open_ctree() 3554 ret = PTR_ERR(fs_info->fs_root); in open_ctree() [all …]
|
H A D | ctree.h | 570 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
|
H A D | fs.h | 369 struct btrfs_root *fs_root; member
|
H A D | accessors.h | 762 fs_root, 64);
|
H A D | ctree.c | 1819 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, in btrfs_find_item() argument 1834 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0); in btrfs_find_item() 1840 ret = btrfs_next_leaf(fs_root, path); in btrfs_find_item()
|
H A D | qgroup.c | 3418 trans = btrfs_start_transaction(fs_info->fs_root, 0); in btrfs_qgroup_rescan_worker() 3604 trans = btrfs_attach_transaction_barrier(fs_info->fs_root); in btrfs_qgroup_rescan()
|
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 101 char *fs_root; member
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.h | 122 return g_strdup_printf("%s/%s", ctx->fs_root, path); in rpath()
|
H A D | 9p-local.c | 1425 "failed to stat file system at '%s'", ctx->fs_root); in local_ioc_getversion_init() 1444 data->mountfd = open(ctx->fs_root, O_DIRECTORY | O_RDONLY); in local_init() 1446 error_setg_errno(errp, errno, "failed to open '%s'", ctx->fs_root); in local_init()
|
H A D | 9p.c | 1503 s->ctx.fs_root ? s->ctx.fs_root : "NULL", s->tag); in v9fs_attach() 4234 s->ctx.fs_root = g_strdup(fse->path); in v9fs_device_realize_common() 4319 g_free(s->ctx.fs_root); in v9fs_device_unrealize_common()
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 498 __le64 fs_root; member
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | qgroup-tests.c | 527 root->fs_info->fs_root = tmp_root; in btrfs_test_qgroups()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 852 debugfs_remove_recursive(dev->cache.fs_root); in mlx5_mkey_cache_debugfs_cleanup() 853 dev->cache.fs_root = NULL; in mlx5_mkey_cache_debugfs_cleanup() 869 dir = debugfs_create_dir(ent->name, dev->cache.fs_root); in mlx5_mkey_cache_debugfs_add_ent() 884 cache->fs_root = debugfs_create_dir("mr_cache", dbg_root); in mlx5_mkey_cache_debugfs_init()
|
H A D | mlx5_ib.h | 811 struct dentry *fs_root; member
|
/openbmc/linux/fs/ |
H A D | namespace.c | 4821 struct path fs_root; in current_chrooted() local 4831 get_fs_root(current->fs, &fs_root); in current_chrooted() 4833 chrooted = !path_equal(&fs_root, &ns_root); in current_chrooted() 4835 path_put(&fs_root); in current_chrooted()
|