Home
last modified time | relevance | path

Searched refs:IoctlIovec (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/fuse/src/
Dfilesystem.rs16 FsOptions, IoctlFlags, IoctlIovec, OpenOptions, RemoveMappingOne, SetattrValid, ROOT_ID,
123 input: Vec<IoctlIovec>,
127 output: Vec<IoctlIovec>,
Dsys.rs978 pub struct IoctlIovec { struct
986 unsafe impl DataInit for IoctlIovec {} argument
Dserver.rs1588 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()