Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
inotify.h File Reference
#include <linux/sysctl.h>
#include <uapi/linux/inotify.h>

Go to the source code of this file.

Macros

#define ALL_INOTIFY_BITS
 

Variables

struct ctl_table inotify_table []
 

Macro Definition Documentation

#define ALL_INOTIFY_BITS
Value:
IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
IN_MOVED_TO | IN_CREATE | IN_DELETE | \
IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT | \
IN_Q_OVERFLOW | IN_IGNORED | IN_ONLYDIR | \
IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \
IN_ISDIR | IN_ONESHOT)

Definition at line 14 of file inotify.h.

Variable Documentation

struct ctl_table inotify_table[]