Searched defs:FanotifyEvent (Results 1 – 1 of 1) sorted by relevance
194 pub struct FanotifyEvent(libc::fanotify_event_metadata); struct196 impl FanotifyEvent { impl237 impl Drop for FanotifyEvent { implementation353 pub fn read_events(&self) -> Result<Vec<FanotifyEvent>> { in read_events()