Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A Dcofs.c249 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_mknod()
371 err = v9fs_name_to_path(s, &dfidp->path, name->data, &path); in v9fs_co_symlink()
H A Dcofile.c161 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_open2()
H A Dcodir.c300 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_mkdir()
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