Home
last modified time | relevance | path

Searched refs:FAN_REPORT_NAME (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfanotify.h23 #ifndef FAN_REPORT_NAME
24 #define FAN_REPORT_NAME 0x00000800 macro
25 #define FAN_REPORT_DFID_NAME (FAN_REPORT_DIR_FID | FAN_REPORT_NAME)
/third_party/musl/include/sys/
H A Dfanotify.h75 #define FAN_REPORT_NAME 0x00000800 macro
76 #define FAN_REPORT_DFID_NAME (FAN_REPORT_DIR_FID | FAN_REPORT_NAME)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify14.c97 /* FAN_REPORT_NAME without FAN_REPORT_DIR_FID is not valid */
99 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_NAME),
103 /* FAN_REPORT_NAME without FAN_REPORT_DIR_FID is not valid */
105 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID | FAN_REPORT_NAME),
115 /* FAN_REPORT_TARGET_FID without FAN_REPORT_NAME is not valid */
121 /* FAN_RENAME without FAN_REPORT_NAME is not valid */
H A Dfanotify16.c265 int report_name = (group->flag & FAN_REPORT_NAME); in do_test()
362 * FAN_REPORT_NAME is not set, then FAN_CREATE above is merged with in do_test()

Completed in 3 milliseconds