Home
last modified time | relevance | path

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

/openbmc/linux/fs/tracefs/
H A Dinternal.h48 struct eventfs_inode { struct
49 union {
53 struct list_head children;
54 const struct eventfs_entry *entries;
55 const char *name;
56 struct eventfs_attr *entry_attrs;
57 void *data;
58 struct eventfs_attr attr;
59 struct kref kref;
60 unsigned int is_freed:1;
[all …]