Lines Matching refs:coroutine_fn

62 int coroutine_fn v9fs_co_readlink(V9fsPDU *, V9fsPath *, V9fsString *);
63 int coroutine_fn v9fs_co_readdir(V9fsPDU *, V9fsFidState *, struct dirent **);
64 int coroutine_fn v9fs_co_readdir_many(V9fsPDU *, V9fsFidState *,
67 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
68 void coroutine_fn v9fs_co_seekdir(V9fsPDU *, V9fsFidState *, off_t);
69 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
70 int coroutine_fn v9fs_co_statfs(V9fsPDU *, V9fsPath *, struct statfs *);
71 int coroutine_fn v9fs_co_lstat(V9fsPDU *, V9fsPath *, struct stat *);
72 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
73 int coroutine_fn v9fs_co_utimensat(V9fsPDU *, V9fsPath *, struct timespec [2]);
74 int coroutine_fn v9fs_co_chown(V9fsPDU *, V9fsPath *, uid_t, gid_t);
75 int coroutine_fn v9fs_co_truncate(V9fsPDU *, V9fsPath *, off_t);
76 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *, V9fsPath *, void *, size_t);
77 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
79 int coroutine_fn v9fs_co_mknod(V9fsPDU *, V9fsFidState *, V9fsString *, uid_t,
81 int coroutine_fn v9fs_co_mkdir(V9fsPDU *, V9fsFidState *, V9fsString *,
83 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
84 int coroutine_fn v9fs_co_rename(V9fsPDU *, V9fsPath *, V9fsPath *);
85 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *, V9fsPath *, V9fsString *,
87 int coroutine_fn v9fs_co_renameat(V9fsPDU *, V9fsPath *, V9fsString *,
89 int coroutine_fn v9fs_co_fstat(V9fsPDU *, V9fsFidState *, struct stat *);
90 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
91 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
92 int coroutine_fn v9fs_co_open2(V9fsPDU *, V9fsFidState *, V9fsString *,
94 int coroutine_fn v9fs_co_lsetxattr(V9fsPDU *, V9fsPath *, V9fsString *,
96 int coroutine_fn v9fs_co_lremovexattr(V9fsPDU *, V9fsPath *, V9fsString *);
97 int coroutine_fn v9fs_co_closedir(V9fsPDU *, V9fsFidOpenState *);
98 int coroutine_fn v9fs_co_close(V9fsPDU *, V9fsFidOpenState *);
99 int coroutine_fn v9fs_co_fsync(V9fsPDU *, V9fsFidState *, int);
100 int coroutine_fn v9fs_co_symlink(V9fsPDU *, V9fsFidState *, V9fsString *,
102 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
104 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
106 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
108 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *, V9fsPath *,
110 int coroutine_fn v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t,