OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAN_ALL_CLASS_BITS
(Results
1 - 3
of
3
) sorted by null
/external/strace/
fanotify.c
34
#ifndef
FAN_ALL_CLASS_BITS
35
# define
FAN_ALL_CLASS_BITS
(FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
45
printxval(fan_classes, flags &
FAN_ALL_CLASS_BITS
, "FAN_CLASS_???");
46
flags &= ~
FAN_ALL_CLASS_BITS
;
/bionic/libc/kernel/uapi/linux/
fanotify.h
40
#define
FAN_ALL_CLASS_BITS
(FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
45
#define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK |
FAN_ALL_CLASS_BITS
| FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/external/kernel-headers/original/uapi/linux/
fanotify.h
38
#define
FAN_ALL_CLASS_BITS
(FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \
50
FAN_ALL_CLASS_BITS
| FAN_UNLIMITED_QUEUE |\
Completed in 60 milliseconds