Searched refs:FAN_CLASS_CONTENT (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 65 #define FAN_CLASS_CONTENT 0x04 macro 67 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | fanotify.h | 65 #define FAN_CLASS_CONTENT 0x04 macro 67 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 65 #define FAN_CLASS_CONTENT 0x04 macro 67 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify18.c | 33 FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT | \ 59 "init_flags: FAN_CLASS_CONTENT", 60 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_CLASS_CONTENT,
|
H A D | fanotify03.c | 221 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_mark() 327 FAN_CLASS_CONTENT, 0); in setup()
|
H A D | fanotify.h | 140 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in require_fanotify_access_permissions_supported_by_kernel() 251 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in fanotify_mark_supported_by_kernel()
|
H A D | fanotify07.c | 114 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_instance()
|
H A D | fanotify06.c | 54 FAN_CLASS_CONTENT,
|
H A D | fanotify14.c | 71 .init = FLAGS_DESC(FAN_CLASS_CONTENT | FAN_REPORT_FID),
|
H A D | fanotify10.c | 59 FAN_CLASS_CONTENT, 878 FAN_CLASS_CONTENT, 0); in setup()
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 66 #define FAN_CLASS_CONTENT 0x04 macro 68 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3376 pub const FAN_CLASS_CONTENT: ::c_uint = 0x0000_0004; consts
|
Completed in 18 milliseconds