Home
last modified time | relevance | path

Searched refs:fs_root (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c104 &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 Dbtrfs.h18 struct btrfs_root fs_root; member
H A Dconv-funcs.h161 chunk_root_gen, extent_root, extent_root_gen, fs_root, fs_root_gen,
H A Dctree.h112 __u64 fs_root; member
H A Dinode.c147 if (root->objectid != btrfs_info.fs_root.objectid) { in get_parent_inode()
/openbmc/qemu/hw/9pfs/
H A D9p.h122 return g_strdup_printf("%s/%s", ctx->fs_root, path); in rpath()
H A D9p-local.c1438 "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()