Searched defs:eventfs_inode (Results 1 – 1 of 1) sorted by relevance
49 struct eventfs_inode { struct50 union {54 struct list_head children;55 const struct eventfs_entry *entries;56 const char *name;57 struct dentry *events_dir;58 struct eventfs_attr *entry_attrs;59 void *data;60 struct eventfs_attr attr;61 struct kref kref;[all …]