Lines Matching defs:ctx

173 static int synth_opendir(FsContext *ctx,  in synth_opendir()
191 static int synth_closedir(FsContext *ctx, V9fsFidOpenState *fs) in synth_closedir()
202 static off_t synth_telldir(FsContext *ctx, V9fsFidOpenState *fs) in synth_telldir()
208 static void synth_seekdir(FsContext *ctx, V9fsFidOpenState *fs, off_t off) in synth_seekdir()
214 static void synth_rewinddir(FsContext *ctx, V9fsFidOpenState *fs) in synth_rewinddir()
261 static struct dirent *synth_readdir(FsContext *ctx, V9fsFidOpenState *fs) in synth_readdir()
273 static int synth_open(FsContext *ctx, V9fsPath *fs_path, in synth_open()
294 static int synth_close(FsContext *ctx, V9fsFidOpenState *fs) in synth_close()
305 static ssize_t synth_pwritev(FsContext *ctx, V9fsFidOpenState *fs, in synth_pwritev()
329 static ssize_t synth_preadv(FsContext *ctx, V9fsFidOpenState *fs, in synth_preadv()
353 static int synth_truncate(FsContext *ctx, V9fsPath *path, off_t offset) in synth_truncate()
400 static int synth_rename(FsContext *ctx, const char *oldpath, in synth_rename()
420 static int synth_remove(FsContext *ctx, const char *path) in synth_remove()
426 static int synth_fsync(FsContext *ctx, int fid_type, in synth_fsync()
446 static ssize_t synth_lgetxattr(FsContext *ctx, V9fsPath *path, in synth_lgetxattr()
453 static ssize_t synth_llistxattr(FsContext *ctx, V9fsPath *path, in synth_llistxattr()
460 static int synth_lsetxattr(FsContext *ctx, V9fsPath *path, in synth_lsetxattr()
468 static int synth_lremovexattr(FsContext *ctx, in synth_lremovexattr()
475 static int synth_name_to_path(FsContext *ctx, V9fsPath *dir_path, in synth_name_to_path()
517 static int synth_renameat(FsContext *ctx, V9fsPath *olddir, in synth_renameat()
525 static int synth_unlinkat(FsContext *ctx, V9fsPath *dir, in synth_unlinkat()
552 static int synth_init(FsContext *ctx, Error **errp) in synth_init()