Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h66 #define SAFE_FANOTIFY_INIT(fan, mode) \ macro
140 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in require_fanotify_access_permissions_supported_by_kernel()
162 fd = SAFE_FANOTIFY_INIT(init_flags, O_RDONLY); in fanotify_events_supported_by_kernel()
251 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in fanotify_mark_supported_by_kernel()
Dfanotify05.c116 fd_notify = SAFE_FANOTIFY_INIT(tc->init_flags | FAN_NONBLOCK, O_RDONLY); in test_fanotify()
193 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in setup()
Dfanotify13.c162 fanotify_fd = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_REPORT_FID, O_RDONLY); in do_test()
313 nofid_fd = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in do_setup()
Dfanotify08.c34 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF|fan_bit, O_RDONLY); in test_init_bit()
Dfanotify01.c104 fd_notify = SAFE_FANOTIFY_INIT(tc->init_flags, O_RDONLY); in test_fanotify()
337 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in setup()
Dfanotify11.c73 fd_notify = SAFE_FANOTIFY_INIT(tcases[i], 0); in test01()
Dfanotify07.c114 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_instance()
Dfanotify02.c183 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in setup()
Dfanotify12.c147 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY); in setup_mark()
Dfanotify04.c207 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
Dfanotify23.c92 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_REPORT_FID | in test_fanotify()
Dfanotify06.c86 fd_notify[p][i] = SAFE_FANOTIFY_INIT(fanotify_prio[p] | in create_fanotify_groups()
Dfanotify21.c124 fanotify_fd = SAFE_FANOTIFY_INIT(FAN_REPORT_PIDFD, O_RDONLY); in do_setup()
Dfanotify03.c221 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_mark()
Dfanotify15.c277 fanotify_fd = SAFE_FANOTIFY_INIT(FAN_REPORT_FID, O_RDONLY); in do_setup()
Dfanotify22.c302 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF|FAN_REPORT_FID, in setup()
Dfanotify09.c239 fd_notify[i] = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | report_name | in create_fanotify_groups()
Dfanotify16.c284 fd_notify = SAFE_FANOTIFY_INIT(group->flag, 0); in do_test()
Dfanotify10.c541 fd_notify[p][i] = SAFE_FANOTIFY_INIT(fanotify_class[p] | in create_fanotify_groups()