Searched defs:fs_path (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p-local.c | 185 static int local_lstat(FsContext *fs_ctx, V9fsPath *fs_path, struct stat *stbuf) in local_lstat() 460 static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, in local_readlink() 505 static int local_open(FsContext *ctx, V9fsPath *fs_path, in local_open() 519 V9fsPath *fs_path, V9fsFidOpenState *fs) in local_opendir() 636 static int local_chmod(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chmod() 1032 static int local_truncate(FsContext *ctx, V9fsPath *fs_path, off_t size) in local_truncate() 1053 static int local_chown(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chown() 1083 static int local_utimensat(FsContext *s, V9fsPath *fs_path, in local_utimensat() 1198 static int local_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in local_statfs() 1211 static ssize_t local_lgetxattr(FsContext *ctx, V9fsPath *fs_path, in local_lgetxattr() [all …]
|
H A D | 9p-synth.c | 157 V9fsPath *fs_path, struct stat *stbuf) in synth_lstat() 174 V9fsPath *fs_path, V9fsFidOpenState *fs) in synth_opendir() 273 static int synth_open(FsContext *ctx, V9fsPath *fs_path, in synth_open() 447 static int synth_statfs(FsContext *s, V9fsPath *fs_path, in synth_statfs()
|