Searched refs:newdir (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p-local.c | 1284 const char *old_name, V9fsPath *newdir, in local_renameat() argument 1302 ndirfd = local_opendir_nofollow(ctx, newdir->data); in local_renameat() 1366 V9fsPath olddir, newdir; in local_rename() local 1369 v9fs_path_init_dirname(&newdir, newpath); in local_rename() 1371 err = local_renameat(ctx, &olddir, oname, &newdir, nname); in local_rename() 1373 v9fs_path_free(&newdir); in local_rename()
|
H A D | 9p-synth.c | 532 const char *old_name, V9fsPath *newdir, in synth_renameat() argument
|
H A D | 9p.c | 3406 V9fsPath *newdir, in v9fs_fix_fid_paths() argument 3422 err = v9fs_co_name_to_path(pdu, newdir, new_name->data, &newpath); in v9fs_fix_fid_paths()
|
/qemu/fsdev/ |
H A D | file-op-9p.h | 169 V9fsPath *newdir, const char *new_name);
|
/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 749 uint64_t newdir; member 753 uint64_t newdir; member
|