Home
last modified time | relevance | path

Searched defs:inotify_event (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/ndk_musl_include/sys/
Dinotify.h11 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/
Dinotify.h11 struct inotify_event { struct
12 int wd;
13 uint32_t mask, cookie, len;
14 char name[];
/third_party/musl/include/sys/
Dinotify.h11 struct inotify_event { struct
12 int wd;
13 uint32_t mask, cookie, len;
14 char name[];
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h11 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/
Dinotify.h11 struct inotify_event { struct
12 int wd;
13 uint32_t mask, cookie, len;
14 char name[];
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h18 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 */
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs2840 pub struct inotify_event { struct
2841 pub wd: __s32,
2842 pub mask: __u32,
2843 pub cookie: __u32,
2844 pub len: __u32,
2845 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs2902 pub struct inotify_event { struct
2903 pub wd: __s32,
2904 pub mask: __u32,
2905 pub cookie: __u32,
2906 pub len: __u32,
2907 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs2944 pub struct inotify_event { struct
2945 pub wd: __s32,
2946 pub mask: __u32,
2947 pub cookie: __u32,
2948 pub len: __u32,
2949 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2976 pub struct inotify_event { struct
2977 pub wd: __s32,
2978 pub mask: __u32,
2979 pub cookie: __u32,
2980 pub len: __u32,
2981 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs2913 pub struct inotify_event { struct
2914 pub wd: __s32,
2915 pub mask: __u32,
2916 pub cookie: __u32,
2917 pub len: __u32,
2918 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs2891 pub struct inotify_event { struct
2892 pub wd: __s32,
2893 pub mask: __u32,
2894 pub cookie: __u32,
2895 pub len: __u32,
2896 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2974 pub struct inotify_event { struct
2975 pub wd: __s32,
2976 pub mask: __u32,
2977 pub cookie: __u32,
2978 pub len: __u32,
2979 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs2998 pub struct inotify_event { struct
2999 pub wd: __s32,
3000 pub mask: __u32,
3001 pub cookie: __u32,
3002 pub len: __u32,
3003 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2860 pub struct inotify_event { struct
2861 pub wd: __s32,
2862 pub mask: __u32,
2863 pub cookie: __u32,
2864 pub len: __u32,
2865 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs2861 pub struct inotify_event { struct
2862 pub wd: __s32,
2863 pub mask: __u32,
2864 pub cookie: __u32,
2865 pub len: __u32,
2866 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs3045 pub struct inotify_event { struct
3046 pub wd: __s32,
3047 pub mask: __u32,
3048 pub cookie: __u32,
3049 pub len: __u32,
3050 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs3209 pub struct inotify_event { struct
3210 pub wd: __s32,
3211 pub mask: __u32,
3212 pub cookie: __u32,
3213 pub len: __u32,
3214 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs3109 pub struct inotify_event { struct
3110 pub wd: __s32,
3111 pub mask: __u32,
3112 pub cookie: __u32,
3113 pub len: __u32,
3114 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs3185 pub struct inotify_event { struct
3186 pub wd: __s32,
3187 pub mask: __u32,
3188 pub cookie: __u32,
3189 pub len: __u32,
3190 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h43524 struct inotify_event { struct
43525 __s32 wd;
43526 __u32 mask;
43527 __u32 cookie;
43528 __u32 len;
43529 char name[0];