Searched refs:dir_path (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p-local.c | 664 static int local_mknod(FsContext *fs_ctx, V9fsPath *dir_path, in local_mknod() argument 676 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_mknod() 716 static int local_mkdir(FsContext *fs_ctx, V9fsPath *dir_path, in local_mkdir() argument 728 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_mkdir() 817 static int local_open2(FsContext *fs_ctx, V9fsPath *dir_path, const char *name, in local_open2() argument 835 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_open2() 883 V9fsPath *dir_path, const char *name, FsCred *credp) in local_symlink() argument 894 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_symlink() 1243 static int local_name_to_path(FsContext *ctx, V9fsPath *dir_path, in local_name_to_path() argument 1252 if (dir_path) { in local_name_to_path() [all …]
|
H A D | 9p-synth.c | 286 static int synth_open2(FsContext *fs_ctx, V9fsPath *dir_path, in synth_open2() argument 489 static int synth_name_to_path(FsContext *ctx, V9fsPath *dir_path, in synth_name_to_path() argument 501 if (!dir_path) { in synth_name_to_path() 504 dir_node = *(V9fsSynthNode **)dir_path->data; in synth_name_to_path()
|
H A D | 9p.c | 3313 V9fsPath dir_path; in v9fs_complete_rename() local 3315 v9fs_path_init(&dir_path); in v9fs_complete_rename() 3316 v9fs_path_sprintf(&dir_path, "%s", dir_name); in v9fs_complete_rename() 3319 err = v9fs_co_name_to_path(pdu, &dir_path, name->data, &new_path); in v9fs_complete_rename() 3320 v9fs_path_free(&dir_path); in v9fs_complete_rename()
|