Home
last modified time | relevance | path

Searched refs:TRACEFS_EVENT_INODE (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/tracefs/
Devent_inode.c135 ti->flags |= TRACEFS_EVENT_INODE; in create_file()
178 ti->flags |= TRACEFS_EVENT_INODE; in create_dir()
233 if (!ti_parent || !(ti_parent->flags & TRACEFS_EVENT_INODE)) in eventfs_set_ef_status_free()
383 if (!(ti->flags & TRACEFS_EVENT_INODE)) in eventfs_root_lookup()
418 if (!(ti->flags & TRACEFS_EVENT_INODE)) in eventfs_release()
460 if (!(ti->flags & TRACEFS_EVENT_INODE)) in dcache_dir_open_wrapper()
599 ti->flags |= TRACEFS_EVENT_INODE | TRACEFS_EVENT_TOP_INODE; in eventfs_create_events_dir()
717 if (!(ti->flags & TRACEFS_EVENT_INODE)) in eventfs_add_events_file()
900 if (!ti || !(ti->flags & TRACEFS_EVENT_INODE)) in eventfs_remove_events_dir()
Dinternal.h6 TRACEFS_EVENT_INODE = BIT(1), enumerator
Dinode.c387 if (ti && ti->flags & TRACEFS_EVENT_INODE) in tracefs_dentry_iput()