Searched refs:fanotify_init_flags_supported_on_fs (Results 1 – 4 of 4) sorted by relevance
336 static inline int fanotify_init_flags_supported_on_fs(unsigned int flags, const char *fname) in fanotify_init_flags_supported_on_fs() function370 return fanotify_init_flags_supported_on_fs(flags, NULL); in fanotify_init_flags_supported_by_kernel()393 fanotify_init_flags_supported_on_fs(flags, fname)); \
339 fan_report_fid_unsupported = fanotify_init_flags_supported_on_fs(FAN_REPORT_FID, fname); in setup()
342 fan_report_dfid_unsupported = fanotify_init_flags_supported_on_fs(FAN_REPORT_DFID_NAME, in setup()
515 fan_report_dfid_unsupported = fanotify_init_flags_supported_on_fs(FAN_REPORT_DFID_NAME, in setup()