Home
last modified time | relevance | path

Searched refs:FAN_ALLOW (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify03.c75 {FAN_OPEN_PERM, FAN_ALLOW},
94 {FAN_OPEN_PERM, FAN_ALLOW},
113 {FAN_OPEN_PERM, FAN_ALLOW},
Dfanotify07.c153 resp.response = FAN_ALLOW; in loose_fanotify_events()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h157 #define FAN_ALLOW 0x01 macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2664 pub const FAN_ALLOW: u32 = 0x01; constant