Searched defs:credp (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p-local.c | 237 FsCred *credp) in local_set_mapped_file_attrat() 404 static int local_set_xattrat(int dirfd, const char *path, FsCred *credp) in local_set_xattrat() 444 const char *name, FsCred *credp) in local_set_cred_passthrough() 636 static int local_chmod(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chmod() 665 const char *name, FsCred *credp) in local_mknod() 717 const char *name, FsCred *credp) in local_mkdir() 818 int flags, FsCred *credp, V9fsFidOpenState *fs) in local_open2() 883 V9fsPath *dir_path, const char *name, FsCred *credp) in local_symlink() 1053 static int local_chown(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chown()
|
H A D | 9p-synth.c | 288 FsCred *credp, V9fsFidOpenState *fs) in synth_open2() 366 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod() 373 const char *buf, FsCred *credp) in synth_mknod() 380 const char *buf, FsCred *credp) in synth_mkdir() 394 V9fsPath *newpath, const char *buf, FsCred *credp) in synth_symlink() 414 static int synth_chown(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chown()
|
H A D | 9p.c | 165 void cred_init(FsCred *credp) in cred_init()
|