Searched refs:name_to_path (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | cofs.c | 359 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 D | codir.c | 151 err = s->ops->name_to_path( in do_readdir_many()
|
H A D | 9p-synth.c | 650 .name_to_path = synth_name_to_path,
|
H A D | 9p.c | 228 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 D | 9p-local.c | 1609 .name_to_path = local_name_to_path,
|
H A D | 9p-proxy.c | 1276 .name_to_path = proxy_name_to_path,
|
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 163 int (*name_to_path)(FsContext *, V9fsPath *, const char *, V9fsPath *); member
|