Lines Matching refs:pdu

25 int coroutine_fn v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t st_mode,  in v9fs_co_st_gen()  argument
29 V9fsState *s = pdu->s; in v9fs_co_st_gen()
31 if (v9fs_request_cancelled(pdu)) { in v9fs_co_st_gen()
49 int coroutine_fn v9fs_co_lstat(V9fsPDU *pdu, V9fsPath *path, struct stat *stbuf) in v9fs_co_lstat() argument
52 V9fsState *s = pdu->s; in v9fs_co_lstat()
54 if (v9fs_request_cancelled(pdu)) { in v9fs_co_lstat()
69 int coroutine_fn v9fs_co_fstat(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_fstat() argument
73 V9fsState *s = pdu->s; in v9fs_co_fstat()
75 if (v9fs_request_cancelled(pdu)) { in v9fs_co_fstat()
90 err = v9fs_co_lstat(pdu, &fidp->path, stbuf); in v9fs_co_fstat()
102 int coroutine_fn v9fs_co_open(V9fsPDU *pdu, V9fsFidState *fidp, int flags) in v9fs_co_open() argument
105 V9fsState *s = pdu->s; in v9fs_co_open()
107 if (v9fs_request_cancelled(pdu)) { in v9fs_co_open()
124 v9fs_reclaim_fd(pdu); in v9fs_co_open()
130 int coroutine_fn v9fs_co_open2(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_open2() argument
137 V9fsState *s = pdu->s; in v9fs_co_open2()
139 if (v9fs_request_cancelled(pdu)) { in v9fs_co_open2()
179 v9fs_reclaim_fd(pdu); in v9fs_co_open2()
185 int coroutine_fn v9fs_co_close(V9fsPDU *pdu, V9fsFidOpenState *fs) in v9fs_co_close() argument
188 V9fsState *s = pdu->s; in v9fs_co_close()
190 if (v9fs_request_cancelled(pdu)) { in v9fs_co_close()
206 int coroutine_fn v9fs_co_fsync(V9fsPDU *pdu, V9fsFidState *fidp, int datasync) in v9fs_co_fsync() argument
209 V9fsState *s = pdu->s; in v9fs_co_fsync()
211 if (v9fs_request_cancelled(pdu)) { in v9fs_co_fsync()
224 int coroutine_fn v9fs_co_link(V9fsPDU *pdu, V9fsFidState *oldfid, in v9fs_co_link() argument
228 V9fsState *s = pdu->s; in v9fs_co_link()
230 if (v9fs_request_cancelled(pdu)) { in v9fs_co_link()
246 int coroutine_fn v9fs_co_pwritev(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_pwritev() argument
250 V9fsState *s = pdu->s; in v9fs_co_pwritev()
252 if (v9fs_request_cancelled(pdu)) { in v9fs_co_pwritev()
266 int coroutine_fn v9fs_co_preadv(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_preadv() argument
270 V9fsState *s = pdu->s; in v9fs_co_preadv()
272 if (v9fs_request_cancelled(pdu)) { in v9fs_co_preadv()