Home
last modified time | relevance | path

Searched refs:V9fsPDU (Results 1 – 25 of 81) sorted by relevance

1234

/dports/emulators/qemu/qemu-6.2.0/hw/9pfs/
H A Dcoth.h67 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
69 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
72 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
77 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
83 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
90 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
91 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
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 *,
[all …]
H A D9p.h131 typedef struct V9fsPDU V9fsPDU; typedef
146 struct V9fsPDU { struct
153 QLIST_ENTRY(V9fsPDU) next; argument
340 QLIST_HEAD(, V9fsPDU) free_list;
341 QLIST_HEAD(, V9fsPDU) active_list;
348 V9fsPDU pdus[MAX_REQ];
453 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
465 V9fsPDU *pdu_alloc(V9fsState *s);
466 void pdu_free(V9fsPDU *pdu);
467 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c78 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
99 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
122 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
143 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
188 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
228 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
248 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
270 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
289 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
310 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/9pfs/
H A Dcoth.h65 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
67 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
70 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
75 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
81 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
88 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
89 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
100 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
102 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
104 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h131 typedef struct V9fsPDU V9fsPDU; typedef
146 struct V9fsPDU { struct
153 QLIST_ENTRY(V9fsPDU) next; argument
340 QLIST_HEAD(, V9fsPDU) free_list;
341 QLIST_HEAD(, V9fsPDU) active_list;
348 V9fsPDU pdus[MAX_REQ];
453 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
465 V9fsPDU *pdu_alloc(V9fsState *s);
466 void pdu_free(V9fsPDU *pdu);
467 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c73 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
94 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
117 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
138 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
183 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
223 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
243 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
265 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
284 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
305 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/9pfs/
H A Dcoth.h65 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
67 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
70 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
75 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
81 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
88 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
89 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
100 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
102 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
104 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h131 typedef struct V9fsPDU V9fsPDU; typedef
146 struct V9fsPDU { struct
153 QLIST_ENTRY(V9fsPDU) next; argument
340 QLIST_HEAD(, V9fsPDU) free_list;
341 QLIST_HEAD(, V9fsPDU) active_list;
348 V9fsPDU pdus[MAX_REQ];
453 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
465 V9fsPDU *pdu_alloc(V9fsState *s);
466 void pdu_free(V9fsPDU *pdu);
467 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c73 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
94 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
117 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
138 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
183 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
223 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
243 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
265 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
284 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
305 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/9pfs/
H A Dcoth.h67 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
69 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
72 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
77 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
83 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
90 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
91 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
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 *,
[all …]
H A D9p.h131 typedef struct V9fsPDU V9fsPDU; typedef
146 struct V9fsPDU { struct
153 QLIST_ENTRY(V9fsPDU) next; argument
340 QLIST_HEAD(, V9fsPDU) free_list;
341 QLIST_HEAD(, V9fsPDU) active_list;
348 V9fsPDU pdus[MAX_REQ];
453 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
465 V9fsPDU *pdu_alloc(V9fsState *s);
466 void pdu_free(V9fsPDU *pdu);
467 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/9pfs/
H A Dcoth.h52 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
54 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
57 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
62 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
68 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
75 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
76 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
87 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
89 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
91 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h120 typedef struct V9fsPDU V9fsPDU; typedef
135 struct V9fsPDU struct
143 QLIST_ENTRY(V9fsPDU) next; argument
293 QLIST_HEAD(, V9fsPDU) free_list;
294 QLIST_HEAD(, V9fsPDU) active_list;
301 V9fsPDU pdus[MAX_REQ];
406 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
417 V9fsPDU *pdu_alloc(V9fsState *s);
418 void pdu_free(V9fsPDU *pdu);
419 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c73 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
94 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
117 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
138 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
183 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
223 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
243 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
265 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
284 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
305 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/9pfs/
H A Dcoth.h53 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
55 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
58 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
63 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
69 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
76 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
77 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
88 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
90 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
92 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h119 typedef struct V9fsPDU V9fsPDU; typedef
134 struct V9fsPDU struct
142 QLIST_ENTRY(V9fsPDU) next; argument
240 QLIST_HEAD(, V9fsPDU) free_list;
241 QLIST_HEAD(, V9fsPDU) active_list;
248 V9fsPDU pdus[MAX_REQ];
346 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
357 V9fsPDU *pdu_alloc(V9fsState *s);
358 void pdu_free(V9fsPDU *pdu);
359 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c72 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
93 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
116 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
137 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
182 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
222 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
242 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
264 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
283 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
304 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/9pfs/
H A Dcoth.h52 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
54 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
57 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
62 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
68 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
75 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
76 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
87 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
89 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
91 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h120 typedef struct V9fsPDU V9fsPDU; typedef
135 struct V9fsPDU struct
143 QLIST_ENTRY(V9fsPDU) next; argument
293 QLIST_HEAD(, V9fsPDU) free_list;
294 QLIST_HEAD(, V9fsPDU) active_list;
301 V9fsPDU pdus[MAX_REQ];
406 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
417 V9fsPDU *pdu_alloc(V9fsState *s);
418 void pdu_free(V9fsPDU *pdu);
419 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c73 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
94 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
117 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
138 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
183 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
223 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
243 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
265 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
284 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
305 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/9pfs/
H A Dcoth.h52 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
54 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
57 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
62 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
68 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
75 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
76 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
87 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
89 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
91 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h131 typedef struct V9fsPDU V9fsPDU; typedef
146 struct V9fsPDU struct
154 QLIST_ENTRY(V9fsPDU) next; argument
304 QLIST_HEAD(, V9fsPDU) free_list;
305 QLIST_HEAD(, V9fsPDU) active_list;
312 V9fsPDU pdus[MAX_REQ];
417 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
428 V9fsPDU *pdu_alloc(V9fsState *s);
429 void pdu_free(V9fsPDU *pdu);
430 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/9pfs/
H A Dcoth.h52 off_t coroutine_fn v9fs_co_telldir(V9fsPDU *, V9fsFidState *);
54 void coroutine_fn v9fs_co_rewinddir(V9fsPDU *, V9fsFidState *);
57 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
62 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *, V9fsPath *,
68 int coroutine_fn v9fs_co_remove(V9fsPDU *, V9fsPath *);
75 int coroutine_fn v9fs_co_opendir(V9fsPDU *, V9fsFidState *);
76 int coroutine_fn v9fs_co_open(V9fsPDU *, V9fsFidState *, int);
87 int coroutine_fn v9fs_co_link(V9fsPDU *, V9fsFidState *,
89 int coroutine_fn v9fs_co_pwritev(V9fsPDU *, V9fsFidState *,
91 int coroutine_fn v9fs_co_preadv(V9fsPDU *, V9fsFidState *,
[all …]
H A D9p.h131 typedef struct V9fsPDU V9fsPDU;
146 struct V9fsPDU
154 QLIST_ENTRY(V9fsPDU) next;
304 QLIST_HEAD(, V9fsPDU) free_list;
305 QLIST_HEAD(, V9fsPDU) active_list;
312 V9fsPDU pdus[MAX_REQ];
417 void coroutine_fn v9fs_reclaim_fd(V9fsPDU *pdu);
428 V9fsPDU *pdu_alloc(V9fsState *s);
429 void pdu_free(V9fsPDU *pdu);
430 void pdu_submit(V9fsPDU *pdu, P9MsgHeader *hdr);
[all …]
H A Dcofs.c73 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs()
94 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
117 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat()
138 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
183 int coroutine_fn v9fs_co_mknod(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_mknod()
223 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
243 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
265 int coroutine_fn v9fs_co_rename(V9fsPDU *pdu, V9fsPath *oldpath, in v9fs_co_rename()
284 int coroutine_fn v9fs_co_renameat(V9fsPDU *pdu, V9fsPath *olddirpath, in v9fs_co_renameat()
305 int coroutine_fn v9fs_co_symlink(V9fsPDU *pdu, V9fsFidState *dfidp, in v9fs_co_symlink()
[all …]

1234