Home
last modified time | relevance | path

Searched defs:oldpath (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/9pfs/
H A Dcofs.c306 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 D9p-synth.c393 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 D9p-local.c882 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 D9p.c3410 V9fsPath oldpath, newpath; in v9fs_fix_fid_paths() local