Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dcofs.c212 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_mknod()
334 err = v9fs_name_to_path(s, &dfidp->path, name->data, &path); in v9fs_co_symlink()
H A Dcodir.c299 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_mkdir()
H A Dcofile.c160 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_open2()
H A D9p.h462 int v9fs_name_to_path(V9fsState *s, V9fsPath *dirpath,
H A D9p.c224 int v9fs_name_to_path(V9fsState *s, V9fsPath *dirpath, in v9fs_name_to_path() function