Searched defs:credp (Results 1 – 3 of 3) sorted by relevance
/openbmc/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() 815 int flags, FsCred *credp, V9fsFidOpenState *fs) in local_open2() 880 V9fsPath *dir_path, const char *name, FsCred *credp) in local_symlink() 1042 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() 359 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod() 366 const char *buf, FsCred *credp) in synth_mknod() 373 const char *buf, FsCred *credp) in synth_mkdir() 387 V9fsPath *newpath, const char *buf, FsCred *credp) in synth_symlink() 407 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()
|