Searched refs:EVENT_FILE_FL_FREED (Results 1 – 5 of 5) sorted by relevance
1140 if (file->flags & EVENT_FILE_FL_FREED) in event_file_put()1147 if (WARN_ON_ONCE(!(file->flags & EVENT_FILE_FL_FREED))) in event_file_put()1159 file->flags |= EVENT_FILE_FL_FREED; in remove_event_file_dir()1882 if (file->flags & EVENT_FILE_FL_FREED) in event_filter_write()
1576 if (!file || file->flags & EVENT_FILE_FL_FREED) in event_file_file()
2352 if (file->flags & EVENT_FILE_FL_FREED) in apply_event_filter()
4872 if (file->flags & EVENT_FILE_FL_FREED) { in tracing_open_file_tr()
652 EVENT_FILE_FL_FREED = (1 << EVENT_FILE_FL_FREED_BIT), enumerator