Searched defs:oldpath (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/9pfs/ |
H A D | cofs.c | 306 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename() 347 V9fsString *name, const char *oldpath, in v9fs_co_symlink()
|
H A D | 9p-synth.c | 393 static int synth_symlink(FsContext *fs_ctx, const char *oldpath, in synth_symlink() 400 static int synth_link(FsContext *fs_ctx, V9fsPath *oldpath, in synth_link() 407 static int synth_rename(FsContext *ctx, const char *oldpath, in synth_rename()
|
H A D | 9p-local.c | 882 static int local_symlink(FsContext *fs_ctx, const char *oldpath, in local_symlink() 958 static int local_link(FsContext *ctx, V9fsPath *oldpath, in local_link() 1360 static int local_rename(FsContext *ctx, const char *oldpath, in local_rename()
|
H A D | 9p.c | 3410 V9fsPath oldpath, newpath; in v9fs_fix_fid_paths() local
|