Searched refs:v9fs_path_copy (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p.c | 217 void v9fs_path_copy(V9fsPath *dst, const V9fsPath *src) in v9fs_path_copy() function 1410 v9fs_path_copy(&str, dst); in v9fs_fix_path() 1898 v9fs_path_copy(&dpath, &fidp->path); in v9fs_walk() 1899 v9fs_path_copy(&path, &fidp->path); in v9fs_walk() 1943 v9fs_path_copy(&dpath, &pathes[nwalked]); in v9fs_walk() 1967 v9fs_path_copy(&dpath, &fidp->path); in v9fs_walk() 1968 v9fs_path_copy(&path, &fidp->path); in v9fs_walk() 1979 v9fs_path_copy(&path, &pathes[name_idx]); in v9fs_walk() 1980 v9fs_path_copy(&dpath, &path); in v9fs_walk() 1999 v9fs_path_copy(&fidp->path, &path); in v9fs_walk() [all …]
|
H A D | cofile.c | 168 v9fs_path_copy(&fidp->path, &path); in v9fs_co_open2()
|
H A D | 9p.h | 460 void v9fs_path_copy(V9fsPath *dst, const V9fsPath *src);
|
H A D | 9p-local.c | 1255 v9fs_path_copy(target, dir_path); in local_name_to_path()
|