Searched refs:IoctlIovec (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/fuse/src/ |
D | filesystem.rs | 16 FsOptions, IoctlFlags, IoctlIovec, OpenOptions, RemoveMappingOne, SetattrValid, ROOT_ID, 123 input: Vec<IoctlIovec>, 127 output: Vec<IoctlIovec>,
|
D | sys.rs | 978 pub struct IoctlIovec { struct 986 unsafe impl DataInit for IoctlIovec {} argument
|
D | server.rs | 1588 input: Vec<IoctlIovec>, in retry_ioctl() argument 1589 output: Vec<IoctlIovec>, in retry_ioctl() argument 1603 + (input.len() * size_of::<IoctlIovec>()) in retry_ioctl() 1604 + (output.len() * size_of::<IoctlIovec>()); in retry_ioctl()
|