Searched defs:inotify_event (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/ndk_musl_include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 18 struct inotify_event { struct 19 __s32 wd; /* watch descriptor */ 20 __u32 mask; /* watch mask */ 21 __u32 cookie; /* cookie to synchronize two events */ 22 __u32 len; /* length (including nulls) of name */ 23 char name[0]; /* stub for possible name */
|