blob: 27e4f64b3dcd243a67794efe8ff26a42402c33ab [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/inotify_flags.in; do not edit. */
2
3static const struct xlat inotify_flags[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -07004#if !(defined(IN_ACCESS) || (defined(HAVE_DECL_IN_ACCESS) && HAVE_DECL_IN_ACCESS))
5# define IN_ACCESS 0x00000001
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(IN_ACCESS),
8#if !(defined(IN_MODIFY) || (defined(HAVE_DECL_IN_MODIFY) && HAVE_DECL_IN_MODIFY))
9# define IN_MODIFY 0x00000002
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(IN_MODIFY),
12#if !(defined(IN_ATTRIB) || (defined(HAVE_DECL_IN_ATTRIB) && HAVE_DECL_IN_ATTRIB))
13# define IN_ATTRIB 0x00000004
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070015 XLAT(IN_ATTRIB),
16#if !(defined(IN_CLOSE_WRITE) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE))
17# define IN_CLOSE_WRITE 0x00000008
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT(IN_CLOSE_WRITE),
20#if !(defined(IN_CLOSE_NOWRITE) || (defined(HAVE_DECL_IN_CLOSE_NOWRITE) && HAVE_DECL_IN_CLOSE_NOWRITE))
21# define IN_CLOSE_NOWRITE 0x00000010
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(IN_CLOSE_NOWRITE),
24#if !(defined(IN_OPEN) || (defined(HAVE_DECL_IN_OPEN) && HAVE_DECL_IN_OPEN))
25# define IN_OPEN 0x00000020
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070027 XLAT(IN_OPEN),
28#if !(defined(IN_MOVED_FROM) || (defined(HAVE_DECL_IN_MOVED_FROM) && HAVE_DECL_IN_MOVED_FROM))
29# define IN_MOVED_FROM 0x00000040
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT(IN_MOVED_FROM),
32#if !(defined(IN_MOVED_TO) || (defined(HAVE_DECL_IN_MOVED_TO) && HAVE_DECL_IN_MOVED_TO))
33# define IN_MOVED_TO 0x00000080
Elliott Hughes82728372014-06-06 22:49:31 -070034#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(IN_MOVED_TO),
36#if !(defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE))
37# define IN_CREATE 0x00000100
Elliott Hughes82728372014-06-06 22:49:31 -070038#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070039 XLAT(IN_CREATE),
40#if !(defined(IN_DELETE) || (defined(HAVE_DECL_IN_DELETE) && HAVE_DECL_IN_DELETE))
41# define IN_DELETE 0x00000200
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070043 XLAT(IN_DELETE),
44#if !(defined(IN_DELETE_SELF) || (defined(HAVE_DECL_IN_DELETE_SELF) && HAVE_DECL_IN_DELETE_SELF))
45# define IN_DELETE_SELF 0x00000400
Elliott Hughes82728372014-06-06 22:49:31 -070046#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(IN_DELETE_SELF),
48#if !(defined(IN_MOVE_SELF) || (defined(HAVE_DECL_IN_MOVE_SELF) && HAVE_DECL_IN_MOVE_SELF))
49# define IN_MOVE_SELF 0x00000800
Elliott Hughes82728372014-06-06 22:49:31 -070050#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070051 XLAT(IN_MOVE_SELF),
52#if !(defined(IN_UNMOUNT) || (defined(HAVE_DECL_IN_UNMOUNT) && HAVE_DECL_IN_UNMOUNT))
53# define IN_UNMOUNT 0x00002000
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070055 XLAT(IN_UNMOUNT),
56#if !(defined(IN_Q_OVERFLOW) || (defined(HAVE_DECL_IN_Q_OVERFLOW) && HAVE_DECL_IN_Q_OVERFLOW))
57# define IN_Q_OVERFLOW 0x00004000
Elliott Hughes82728372014-06-06 22:49:31 -070058#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(IN_Q_OVERFLOW),
60#if !(defined(IN_IGNORED) || (defined(HAVE_DECL_IN_IGNORED) && HAVE_DECL_IN_IGNORED))
61# define IN_IGNORED 0x00008000
Elliott Hughes82728372014-06-06 22:49:31 -070062#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070063 XLAT(IN_IGNORED),
64#if !(defined(IN_ONLYDIR) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR))
65# define IN_ONLYDIR 0x01000000
Elliott Hughes82728372014-06-06 22:49:31 -070066#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070067 XLAT(IN_ONLYDIR),
68#if !(defined(IN_DONT_FOLLOW) || (defined(HAVE_DECL_IN_DONT_FOLLOW) && HAVE_DECL_IN_DONT_FOLLOW))
69# define IN_DONT_FOLLOW 0x02000000
Elliott Hughes82728372014-06-06 22:49:31 -070070#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070071 XLAT(IN_DONT_FOLLOW),
72#if !(defined(IN_EXCL_UNLINK) || (defined(HAVE_DECL_IN_EXCL_UNLINK) && HAVE_DECL_IN_EXCL_UNLINK))
73# define IN_EXCL_UNLINK 0x04000000
Elliott Hughes82728372014-06-06 22:49:31 -070074#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070075 XLAT(IN_EXCL_UNLINK),
76#if !(defined(IN_MASK_ADD) || (defined(HAVE_DECL_IN_MASK_ADD) && HAVE_DECL_IN_MASK_ADD))
77# define IN_MASK_ADD 0x20000000
Elliott Hughes82728372014-06-06 22:49:31 -070078#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070079 XLAT(IN_MASK_ADD),
80#if !(defined(IN_ISDIR) || (defined(HAVE_DECL_IN_ISDIR) && HAVE_DECL_IN_ISDIR))
81# define IN_ISDIR 0x40000000
Elliott Hughes82728372014-06-06 22:49:31 -070082#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070083 XLAT(IN_ISDIR),
84#if !(defined(IN_ONESHOT) || (defined(HAVE_DECL_IN_ONESHOT) && HAVE_DECL_IN_ONESHOT))
85# define IN_ONESHOT 0x80000000
Elliott Hughes82728372014-06-06 22:49:31 -070086#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070087 XLAT(IN_ONESHOT),
88 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070089};