Searched refs:v9fs_name_to_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | cofs.c | 212 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 D | codir.c | 299 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_mkdir()
|
H A D | cofile.c | 160 err = v9fs_name_to_path(s, &fidp->path, name->data, &path); in v9fs_co_open2()
|
H A D | 9p.h | 461 int v9fs_name_to_path(V9fsState *s, V9fsPath *dirpath,
|
H A D | 9p.c | 224 int v9fs_name_to_path(V9fsState *s, V9fsPath *dirpath, in v9fs_name_to_path() function
|