Searched refs:EVENT_FILE_FL_FREED (Results 1 – 5 of 5) sorted by relevance
642 EVENT_FILE_FL_FREED = (1 << EVENT_FILE_FL_FREED_BIT), enumerator
1264 if (file->flags & EVENT_FILE_FL_FREED) in event_file_put()1271 if (WARN_ON_ONCE(!(file->flags & EVENT_FILE_FL_FREED))) in event_file_put()1283 file->flags |= EVENT_FILE_FL_FREED; in remove_event_file_dir()2143 if (file->flags & EVENT_FILE_FL_FREED) in event_filter_write()
1708 if (!file || file->flags & EVENT_FILE_FL_FREED) in event_file_file()
2352 if (file->flags & EVENT_FILE_FL_FREED) in apply_event_filter()
4724 if (file->flags & EVENT_FILE_FL_FREED) { in tracing_open_file_tr()