Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dcofs.c359 err = s->ops->name_to_path(&s->ctx, dirpath, name, path); in v9fs_co_name_to_path()
369 err = s->ops->name_to_path(&s->ctx, dirpath, name, path); in v9fs_co_name_to_path()
H A Dcodir.c151 err = s->ops->name_to_path( in do_readdir_many()
H A D9p-synth.c650 .name_to_path = synth_name_to_path,
H A D9p.c228 err = s->ops->name_to_path(&s->ctx, dirpath, name, path); in v9fs_name_to_path()
1864 err = s->ops->name_to_path(&s->ctx, &dpath, in v9fs_walk()
4263 if (s->ops->name_to_path(&s->ctx, NULL, "/", &path) < 0) { in v9fs_device_realize_common()
H A D9p-local.c1609 .name_to_path = local_name_to_path,
H A D9p-proxy.c1276 .name_to_path = proxy_name_to_path,
/openbmc/qemu/fsdev/
H A Dfile-op-9p.h163 int (*name_to_path)(FsContext *, V9fsPath *, const char *, V9fsPath *); member