Searched refs:v9fs_path_copy (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 217 void v9fs_path_copy(V9fsPath *dst, const V9fsPath *src) in v9fs_path_copy() function 1383 v9fs_path_copy(&str, dst); in v9fs_fix_path() 1838 v9fs_path_copy(&dpath, &fidp->path); in v9fs_walk() 1839 v9fs_path_copy(&path, &fidp->path); in v9fs_walk() 1883 v9fs_path_copy(&dpath, &pathes[nwalked]); in v9fs_walk() 1907 v9fs_path_copy(&dpath, &fidp->path); in v9fs_walk() 1908 v9fs_path_copy(&path, &fidp->path); in v9fs_walk() 1919 v9fs_path_copy(&path, &pathes[name_idx]); in v9fs_walk() 1920 v9fs_path_copy(&dpath, &path); in v9fs_walk() 1939 v9fs_path_copy(&fidp->path, &path); in v9fs_walk() [all …]
|
H A D | cofile.c | 167 v9fs_path_copy(&fidp->path, &path); in v9fs_co_open2()
|
H A D | 9p.h | 459 void v9fs_path_copy(V9fsPath *dst, const V9fsPath *src);
|
H A D | 9p-local.c | 1242 v9fs_path_copy(target, dir_path); in local_name_to_path()
|