Searched refs:V9fsState (Results 1 – 7 of 7) sorted by relevance
25 static ssize_t __readlink(V9fsState *s, V9fsPath *path, V9fsString *buf) in __readlink()60 V9fsState *s = pdu->s; in v9fs_co_readlink()81 V9fsState *s = pdu->s; in v9fs_co_statfs()102 V9fsState *s = pdu->s; in v9fs_co_chmod()125 V9fsState *s = pdu->s; in v9fs_co_utimensat()146 V9fsState *s = pdu->s; in v9fs_co_futimens()166 V9fsState *s = pdu->s; in v9fs_co_chown()189 V9fsState *s = pdu->s; in v9fs_co_truncate()209 V9fsState *s = pdu->s; in v9fs_co_ftruncate()231 V9fsState *s = pdu->s; in v9fs_co_mknod()[all …]
132 typedef struct V9fsState V9fsState; typedef152 V9fsState *s;338 struct V9fsState { struct428 v9fs_path_write_lock(V9fsState *s) in v9fs_path_write_lock()436 v9fs_path_read_lock(V9fsState *s) in v9fs_path_read_lock()444 v9fs_path_unlock(V9fsState *s) in v9fs_path_unlock()463 int v9fs_name_to_path(V9fsState *s, V9fsPath *dirpath,465 int v9fs_device_realize_common(V9fsState *s, const V9fsTransport *t,467 void v9fs_device_unrealize_common(V9fsState *s);469 V9fsPDU *pdu_alloc(V9fsState *s);[all …]
30 V9fsState *s = pdu->s; in v9fs_co_st_gen()53 V9fsState *s = pdu->s; in v9fs_co_lstat()74 V9fsState *s = pdu->s; in v9fs_co_fstat()106 V9fsState *s = pdu->s; in v9fs_co_open()138 V9fsState *s = pdu->s; in v9fs_co_open2()189 V9fsState *s = pdu->s; in v9fs_co_close()214 V9fsState *s = pdu->s; in v9fs_co_fsync()233 V9fsState *s = pdu->s; in v9fs_co_link()255 V9fsState *s = pdu->s; in v9fs_co_pwritev()275 V9fsState *s = pdu->s; in v9fs_co_preadv()
29 V9fsState *s = pdu->s; in v9fs_co_llistxattr()51 V9fsState *s = pdu->s; in v9fs_co_lgetxattr()75 V9fsState *s = pdu->s; in v9fs_co_lsetxattr()98 V9fsState *s = pdu->s; in v9fs_co_lremovexattr()
33 V9fsState *s = pdu->s; in virtio_9p_push_and_notify()49 V9fsState *s = &v->state; in handle_9p_output()102 V9fsState *s = &v->state; in virtio_9p_get_config()123 V9fsState *s = pdu->s; in virtio_pdu_vmarshal()141 V9fsState *s = pdu->s; in virtio_pdu_vunmarshal()158 V9fsState *s = pdu->s; in virtio_init_in_iov_from_pdu()178 V9fsState *s = pdu->s; in virtio_init_out_iov_from_pdu()207 V9fsState *s = &v->state; in virtio_9p_device_realize()227 V9fsState *s = &v->state; in virtio_9p_device_unrealize()
35 V9fsState *s = pdu->s; in do_readdir()76 V9fsState *s = pdu->s; in do_readdir_many()236 V9fsState *s = pdu->s; in v9fs_co_telldir()254 V9fsState *s = pdu->s; in v9fs_co_seekdir()266 V9fsState *s = pdu->s; in v9fs_co_rewinddir()283 V9fsState *s = pdu->s; in v9fs_co_mkdir()317 V9fsState *s = pdu->s; in v9fs_co_opendir()345 V9fsState *s = pdu->s; in v9fs_co_closedir()
14 V9fsState state;