Searched refs:FsCred (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 33 typedef struct FsCred { struct 38 } FsCred; argument 120 void cred_init(FsCred *); 128 int (*chmod)(FsContext *, V9fsPath *, FsCred *); 129 int (*chown)(FsContext *, V9fsPath *, FsCred *); 130 int (*mknod)(FsContext *, V9fsPath *, const char *, FsCred *); 134 const char *, FsCred *); 142 int, FsCred *, V9fsFidOpenState *); 151 int (*mkdir)(FsContext *, V9fsPath *, const char *, FsCred *);
|
/openbmc/qemu/hw/9pfs/ |
H A D | cofs.c | 101 FsCred cred; in v9fs_co_chmod() 146 FsCred cred; in v9fs_co_chown() 193 FsCred cred; in v9fs_co_mknod() 314 FsCred cred; in v9fs_co_symlink()
|
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-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-proxy.c | 779 static int proxy_chmod(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in proxy_chmod() 791 const char *name, FsCred *credp) in proxy_mknod() 811 const char *name, FsCred *credp) in proxy_mkdir() 843 int flags, FsCred *credp, V9fsFidOpenState *fs) in proxy_open2() 861 V9fsPath *dir_path, const char *name, FsCred *credp) in proxy_symlink() 933 static int proxy_chown(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in proxy_chown()
|
H A D | codir.c | 280 FsCred cred; in v9fs_co_mkdir()
|
H A D | cofile.c | 135 FsCred cred; in v9fs_co_open2()
|
H A D | 9p.c | 165 void cred_init(FsCred *credp) in cred_init()
|