Searched defs:IoData (Results 1 – 1 of 1) sorted by relevance
169 struct IoData { struct170 uint32_t aio; /* 0 for sync ,1 for async */171 uint32_t read; /* 0 for write ,1 for read */172 uint32_t len; /* the len of this io request */173 uint32_t timeout; /* sync timeout */174 uint64_t buf; /* the address of map buf */