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_futimens(V9fsPDU *pdu, V9fsFidState *fidp,
76 int coroutine_fn v9fs_co_chown(V9fsPDU *, V9fsPath *, uid_t, gid_t);
77 int coroutine_fn v9fs_co_truncate(V9fsPDU *, V9fsPath *, off_t);
78 int coroutine_fn v9fs_co_ftruncate(V9fsPDU *pdu, V9fsFidState *fidp,
80 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *, V9fsPath *, void *, size_t);
81 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
83 int coroutine_fn v9fs_co_mknod(V9fsPDU *, V9fsFidState *, V9fsString *, uid_t,
85 int coroutine_fn v9fs_co_mkdir(V9fsPDU *, V9fsFidState *, V9fsString *,
87 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
88 int coroutine_fn v9fs_co_rename(V9fsPDU *, V9fsPath *, V9fsPath *);
89 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *, V9fsPath *, V9fsString *,
91 int coroutine_fn v9fs_co_renameat(V9fsPDU *, V9fsPath *, V9fsString *,
93 int coroutine_fn v9fs_co_fstat(V9fsPDU *, V9fsFidState *, struct stat *);
94 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
95 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
96 int coroutine_fn v9fs_co_open2(V9fsPDU *, V9fsFidState *, V9fsString *,
98 int coroutine_fn v9fs_co_lsetxattr(V9fsPDU *, V9fsPath *, V9fsString *,
100 int coroutine_fn v9fs_co_lremovexattr(V9fsPDU *, V9fsPath *, V9fsString *);
101 int coroutine_fn v9fs_co_closedir(V9fsPDU *, V9fsFidOpenState *);
102 int coroutine_fn v9fs_co_close(V9fsPDU *, V9fsFidOpenState *);
103 int coroutine_fn v9fs_co_fsync(V9fsPDU *, V9fsFidState *, int);
104 int coroutine_fn v9fs_co_symlink(V9fsPDU *, V9fsFidState *, V9fsString *,
106 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
108 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
110 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
112 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *, V9fsPath *,
114 int coroutine_fn v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t,