Searched defs:iounit (Results 1 – 4 of 4) sorted by relevance
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 120 def v9fs_open_return(self, tag, id, type, version, path, iounit): argument 126 def v9fs_lcreate_return(self, tag, id, type, version, path, iounit): argument 156 def v9fs_create_return(self, tag, id, type, version, path, iounit): argument
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 730 void v9fs_rlopen(P9Req *req, v9fs_qid *qid, uint32_t *iounit) in v9fs_rlopen() 933 void v9fs_rlcreate(P9Req *req, v9fs_qid *qid, uint32_t *iounit) in v9fs_rlcreate()
|
H A D | virtio-9p-client.h | 260 uint32_t *iounit; member 376 uint32_t *iounit; member
|
/qemu/hw/9pfs/ |
H A D | 9p.c | 1339 int32_t iounit = 0; in blksize_to_iounit() local 2042 int iounit = 0; in v9fs_open() local 2149 int32_t iounit; in v9fs_lcreate() local 2834 int iounit; in v9fs_create() local
|