Searched defs:regular_event (Results 1 – 1 of 1) sorted by relevance
78 struct regular_event { struct84 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 op90 const char *str;91 uint16_t len;92 } regular_event; member