Home
last modified time | relevance | path

Searched defs:regular_event (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_fsevents.c78 struct regular_event { struct
84 ino64_t ino;
85 dev_t dev;
86 int32_t mode;
87 uid_t uid;
88 uint32_t document_id;
89 struct kfs_event *dest; // if this is a two-file op
90 const char *str;
91 uint16_t len;
92 } regular_event; member