Home
last modified time | relevance | path

Searched refs:FsCred (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/fsdev/
H A Dfile-op-9p.h33 typedef struct FsCred { struct
38 } FsCred; typedef
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 Dcofs.c101 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 D9p-synth.c288 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 D9p-local.c237 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 D9p-proxy.c779 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 Dcodir.c280 FsCred cred; in v9fs_co_mkdir()
H A Dcofile.c135 FsCred cred; in v9fs_co_open2()
H A D9p.c165 void cred_init(FsCred *credp) in cred_init()