Lines Matching refs:pdu

57 int coroutine_fn v9fs_co_readlink(V9fsPDU *pdu, V9fsPath *path, V9fsString *buf)  in v9fs_co_readlink()  argument
60 V9fsState *s = pdu->s; in v9fs_co_readlink()
62 if (v9fs_request_cancelled(pdu)) { in v9fs_co_readlink()
77 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs() argument
81 V9fsState *s = pdu->s; in v9fs_co_statfs()
83 if (v9fs_request_cancelled(pdu)) { in v9fs_co_statfs()
98 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod() argument
102 V9fsState *s = pdu->s; in v9fs_co_chmod()
104 if (v9fs_request_cancelled(pdu)) { in v9fs_co_chmod()
121 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat() argument
125 V9fsState *s = pdu->s; in v9fs_co_utimensat()
127 if (v9fs_request_cancelled(pdu)) { in v9fs_co_utimensat()
142 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown() argument
147 V9fsState *s = pdu->s; in v9fs_co_chown()
149 if (v9fs_request_cancelled(pdu)) { in v9fs_co_chown()
167 int coroutine_fn v9fs_co_truncate(V9fsPDU *pdu, V9fsPath *path, off_t size) in v9fs_co_truncate() argument
170 V9fsState *s = pdu->s; in v9fs_co_truncate()
172 if (v9fs_request_cancelled(pdu)) { in v9fs_co_truncate()
187 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod() argument
194 V9fsState *s = pdu->s; in v9fs_co_mknod()
196 if (v9fs_request_cancelled(pdu)) { in v9fs_co_mknod()
227 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove() argument
230 V9fsState *s = pdu->s; in v9fs_co_remove()
232 if (v9fs_request_cancelled(pdu)) { in v9fs_co_remove()
247 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat() argument
251 V9fsState *s = pdu->s; in v9fs_co_unlinkat()
253 if (v9fs_request_cancelled(pdu)) { in v9fs_co_unlinkat()
269 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename() argument
273 V9fsState *s = pdu->s; in v9fs_co_rename()
275 if (v9fs_request_cancelled(pdu)) { in v9fs_co_rename()
288 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat() argument
293 V9fsState *s = pdu->s; in v9fs_co_renameat()
295 if (v9fs_request_cancelled(pdu)) { in v9fs_co_renameat()
309 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink() argument
316 V9fsState *s = pdu->s; in v9fs_co_symlink()
318 if (v9fs_request_cancelled(pdu)) { in v9fs_co_symlink()
352 int coroutine_fn v9fs_co_name_to_path(V9fsPDU *pdu, V9fsPath *dirpath, in v9fs_co_name_to_path() argument
356 V9fsState *s = pdu->s; in v9fs_co_name_to_path()
364 if (v9fs_request_cancelled(pdu)) { in v9fs_co_name_to_path()