Searched refs:FAN_ALL_EVENTS (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify18.c | 87 FAN_MARK_ADD | FAN_MARK_MOUNT, FAN_ALL_EVENTS 93 FAN_MARK_ADD | FAN_MARK_FILESYSTEM, FAN_ALL_EVENTS 98 "mark_mask: FAN_ALL_EVENTS", 100 FAN_MARK_ADD, FAN_ALL_EVENTS
|
H A D | fanotify19.c | 172 if (fanotify_mark(fd_notify, FAN_MARK_ADD, FAN_ALL_EVENTS, in test_fanotify() 178 FAN_ALL_EVENTS, in test_fanotify()
|
H A D | fanotify11.c | 76 FAN_ALL_EVENTS | FAN_EVENT_ON_CHILD, AT_FDCWD, "."); in test01()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN) macro 88 #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | fanotify.h | 86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN) macro 88 #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN) macro 88 #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 90 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN) macro 92 #define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_Q_OVERFLOW)
|
Completed in 3 milliseconds