Home
last modified time | relevance | path

Searched refs:SAFE_FANOTIFY_INIT (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify08.c33 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF|fan_bit, O_RDONLY); in test_init_bit()
Dfanotify05.c104 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
Dfanotify11.c105 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in setup()
Dfanotify07.c104 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_instance()
Dfanotify02.c194 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in setup()
Dfanotify06.c67 fd_notify[p][i] = SAFE_FANOTIFY_INIT(fanotify_prio[p] | in create_fanotify_groups()
Dfanotify04.c236 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
Dfanotify09.c80 fd_notify[i] = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | in create_fanotify_groups()
Dfanotify03.c146 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_mark()
Dfanotify10.c149 fd_notify[p][i] = SAFE_FANOTIFY_INIT(fanotify_prio[p] | in create_fanotify_groups()
Dfanotify01.c70 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in test_fanotify()
/external/ltp/include/
Dtst_safe_macros.h514 #define SAFE_FANOTIFY_INIT(fan, mode) \ macro