Searched refs:fs_root (Results 1 – 7 of 7) sorted by relevance
| /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/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 | 1438 "failed to stat file system at '%s'", ctx->fs_root); in local_ioc_getversion_init() 1457 data->mountfd = open(ctx->fs_root, O_DIRECTORY | O_RDONLY); in local_init() 1459 error_setg_errno(errp, errno, "failed to open '%s'", ctx->fs_root); in local_init()
|