#include <sys/types.h>#include <linux/limits.h>#include <linux/types.h>Include dependency graph for linux_inotify.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | IN_ACCESS 0x00000001 |
| #define | IN_MODIFY 0x00000002 |
| #define | IN_ATTRIB 0x00000004 |
| #define | IN_CLOSE_WRITE 0x00000008 |
| #define | IN_CLOSE_NOWRITE 0x00000010 |
| #define | IN_OPEN 0x00000020 |
| #define | IN_MOVED_FROM 0x00000040 |
| #define | IN_MOVED_TO 0x00000080 |
| #define | IN_DELETE_SUBDIR 0x00000100 |
| #define | IN_DELETE_FILE 0x00000200 |
| #define | IN_CREATE_SUBDIR 0x00000400 |
| #define | IN_CREATE_FILE 0x00000800 |
| #define | IN_DELETE_SELF 0x00001000 |
| #define | IN_UNMOUNT 0x00002000 |
| #define | IN_Q_OVERFLOW 0x00004000 |
| #define | IN_IGNORED 0x00008000 |
| #define | IN_ALL_EVENTS 0xffffffff |
| #define | IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) |
| #define | INOTIFY_IOCTL_MAGIC 'Q' |
| #define | INOTIFY_IOCTL_MAXNR 2 |
| #define | INOTIFY_WATCH _IOR(INOTIFY_IOCTL_MAGIC, 1, struct inotify_watch_request) |
| #define | INOTIFY_IGNORE _IOR(INOTIFY_IOCTL_MAGIC, 2, int) |
|
|
Definition at line 39 of file linux_inotify.h. |
|
|
Definition at line 57 of file linux_inotify.h. |
|
|
Definition at line 41 of file linux_inotify.h. |
|
|
Definition at line 58 of file linux_inotify.h. |
|
|
Definition at line 43 of file linux_inotify.h. |
|
|
Definition at line 42 of file linux_inotify.h. |
|
|
Definition at line 50 of file linux_inotify.h. |
|
|
Definition at line 49 of file linux_inotify.h. |
|
|
Definition at line 48 of file linux_inotify.h. |
|
|
Definition at line 51 of file linux_inotify.h. |
|
|
Definition at line 47 of file linux_inotify.h. |
|
|
Definition at line 54 of file linux_inotify.h. |
|
|
Definition at line 40 of file linux_inotify.h. |
|
|
Definition at line 45 of file linux_inotify.h. |
|
|
Definition at line 46 of file linux_inotify.h. |
|
|
Definition at line 44 of file linux_inotify.h. |
|
|
Definition at line 53 of file linux_inotify.h. |
|
|
Definition at line 52 of file linux_inotify.h. |
|
|
Definition at line 64 of file linux_inotify.h. |
|
|
Definition at line 60 of file linux_inotify.h. |
|
|
Definition at line 61 of file linux_inotify.h. |
|
|
Definition at line 63 of file linux_inotify.h. Referenced by Opie::Core::OFileNotification::startWatching(). |
1.4.2