Home
last modified time | relevance | path

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

/qemu/fsdev/
H A Dfile-op-9p.h101 char *fs_root; member
/qemu/hw/9pfs/
H A D9p-proxy.c1198 sock_id = connect_namedsocket(ctx->fs_root, errp); in proxy_init()
1200 sock_id = atoi(ctx->fs_root); in proxy_init()
1209 g_free(ctx->fs_root); in proxy_init()
1210 ctx->fs_root = NULL; in proxy_init()
H A D9p.h122 return g_strdup_printf("%s/%s", ctx->fs_root, path); in rpath()
H A D9p-local.c1425 "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 D9p.c1503 s->ctx.fs_root ? s->ctx.fs_root : "NULL", s->tag); in v9fs_attach()
4227 s->ctx.fs_root = g_strdup(fse->path); in v9fs_device_realize_common()
4312 g_free(s->ctx.fs_root); in v9fs_device_unrealize_common()