Searched defs:fs_ctx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 156 static int synth_lstat(FsContext *fs_ctx, in synth_lstat() 165 static int synth_fstat(FsContext *fs_ctx, int fid_type, in synth_fstat() 286 static int synth_open2(FsContext *fs_ctx, V9fsPath *dir_path, in synth_open2() 359 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod() 365 static int synth_mknod(FsContext *fs_ctx, V9fsPath *path, in synth_mknod() 372 static int synth_mkdir(FsContext *fs_ctx, V9fsPath *path, in synth_mkdir() 379 static ssize_t synth_readlink(FsContext *fs_ctx, V9fsPath *path, in synth_readlink() 386 static int synth_symlink(FsContext *fs_ctx, const char *oldpath, in synth_symlink() 393 static int synth_link(FsContext *fs_ctx, V9fsPath *oldpath, in synth_link() 407 static int synth_chown(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chown() [all …]
|
H A D | 9p-local.c | 60 int local_open_nofollow(FsContext *fs_ctx, const char *path, int flags, in local_open_nofollow() 97 int local_opendir_nofollow(FsContext *fs_ctx, const char *path) in local_opendir_nofollow() 185 static int local_lstat(FsContext *fs_ctx, V9fsPath *fs_path, struct stat *stbuf) in local_lstat() 443 static int local_set_cred_passthrough(FsContext *fs_ctx, int dirfd, in local_set_cred_passthrough() 460 static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, in local_readlink() 548 static bool local_is_mapped_file_metadata(FsContext *fs_ctx, const char *name) in local_is_mapped_file_metadata() 636 static int local_chmod(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chmod() 664 static int local_mknod(FsContext *fs_ctx, V9fsPath *dir_path, in local_mknod() 716 static int local_mkdir(FsContext *fs_ctx, V9fsPath *dir_path, in local_mkdir() 769 static int local_fstat(FsContext *fs_ctx, int fid_type, in local_fstat() [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsglob.h | 1809 struct smb3_fs_context *fs_ctx; member
|