Lines Matching refs:fse
4269 FsDriverEntry *fse; in v9fs_device_realize_common() local
4287 fse = get_fsdev_fsentry(s->fsconf.fsdev_id); in v9fs_device_realize_common()
4289 if (!fse) { in v9fs_device_realize_common()
4304 s->ctx.export_flags = fse->export_flags; in v9fs_device_realize_common()
4305 s->ctx.fs_root = g_strdup(fse->path); in v9fs_device_realize_common()
4317 s->ops = fse->ops; in v9fs_device_realize_common()
4319 s->ctx.fmode = fse->fmode; in v9fs_device_realize_common()
4320 s->ctx.dmode = fse->dmode; in v9fs_device_realize_common()
4342 error_setg(errp, "share path %s does not exist", fse->path); in v9fs_device_realize_common()
4345 error_setg(errp, "share path %s is not a directory", fse->path); in v9fs_device_realize_common()
4362 s->ctx.fst = &fse->fst; in v9fs_device_realize_common()