Home
last modified time | relevance | path

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

/external/crosvm/fuse/src/
Dfilesystem.rs51 impl From<Entry> for sys::EntryOut { implementation
52 fn from(entry: Entry) -> sys::EntryOut { in from() argument
53 sys::EntryOut { in from()
Dserver.rs200 let out = EntryOut::from(entry); in lookup()
321 let out = EntryOut::from(entry); in symlink()
357 let out = EntryOut::from(entry); in mknod()
390 let out = EntryOut::from(entry); in mkdir()
414 let out = EntryOut::from(entry); in chromeos_tmpfile()
530 let out = EntryOut::from(entry); in link()
1274 let entry_out = EntryOut { in create()
1749 .checked_add(size_of::<EntryOut>()) in add_dirent()
1759 cursor.write_all(EntryOut::from(entry).as_slice())?; in add_dirent()
Dsys.rs622 pub struct EntryOut { struct
631 unsafe impl DataInit for EntryOut {} implementation
1071 pub entry_out: EntryOut,