Searched refs:eventfs_file (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | tracefs.h | 24 struct eventfs_file; 29 struct eventfs_file *eventfs_add_subsystem_dir(const char *name, 32 struct eventfs_file *eventfs_add_dir(const char *name, 33 struct eventfs_file *ef_parent); 36 struct eventfs_file *ef_parent, void *data, 43 void eventfs_remove(struct eventfs_file *ef);
|
D | trace_events.h | 652 struct eventfs_file *ef;
|
/Linux-v6.6/fs/tracefs/ |
D | event_inode.c | 43 struct eventfs_file { struct 199 struct eventfs_file *ef, *tmp; in eventfs_set_ef_status_free() 260 static void eventfs_post_create_dir(struct eventfs_file *ef) in eventfs_post_create_dir() 262 struct eventfs_file *ef_child; in eventfs_post_create_dir() 285 create_dentry(struct eventfs_file *ef, struct dentry *parent, bool lookup) in create_dentry() 352 static bool match_event_file(struct eventfs_file *ef, const char *name) in match_event_file() 378 struct eventfs_file *ef; in eventfs_root_lookup() 449 struct eventfs_file *ef; in dcache_dir_open_wrapper() 527 static struct eventfs_file *eventfs_prepare_ef(const char *name, umode_t mode, in eventfs_prepare_ef() 532 struct eventfs_file *ef; in eventfs_prepare_ef() [all …]
|
/Linux-v6.6/kernel/trace/ |
D | trace_events.c | 2283 static struct eventfs_file * 2289 struct eventfs_file *ef; in event_subsystem_dir() 2407 struct eventfs_file *ef_subsystem = NULL; in event_create_dir() 2409 struct eventfs_file *ef; in event_create_dir()
|
D | trace.h | 1347 struct eventfs_file *ef;
|