Searched refs:FAN_REPORT_TID (Results 1 – 9 of 9) sorted by relevance
54 FAN_CLASS_NOTIF | FAN_REPORT_TID65 i, (tcases[i] & FAN_REPORT_TID) ? "with" : "without", in test01()68 if (fan_report_tid_unsupported && (tcases[i] & FAN_REPORT_TID)) { in test01()69 FANOTIFY_INIT_FLAGS_ERR_MSG(FAN_REPORT_TID, fan_report_tid_unsupported); in test01()82 if ((tcases[i] & FAN_REPORT_TID) && event.pid == tid) in test01()84 else if (!(tcases[i] & FAN_REPORT_TID) && event.pid == tgid) in test01()97 fan_report_tid_unsupported = fanotify_init_flags_supported_by_kernel(FAN_REPORT_TID); in setup()
34 FAN_REPORT_TID)80 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_REPORT_TID,
39 FAN_REPORT_PIDFD | FAN_REPORT_TID,
68 #ifndef FAN_REPORT_TID69 #define FAN_REPORT_TID 0x00000100 macro
71 #define FAN_REPORT_TID 0x100 macro