fanotify_event
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
5.4
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
5.8
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
enum fanotify_event_type type;
struct pid *pid;
};
5.11
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
enum fanotify_event_type type;
struct pid *pid;
};
5.13
: ✅struct fanotify_event {
struct fsnotify_event fse;
struct hlist_node merge_list;
u32 mask;
unsigned int type;
unsigned int hash;
struct pid *pid;
};
5.15
: ✅struct fanotify_event {
struct fsnotify_event fse;
struct hlist_node merge_list;
u32 mask;
unsigned int type;
unsigned int hash;
struct pid *pid;
};
5.19
: ✅struct fanotify_event {
struct fsnotify_event fse;
struct hlist_node merge_list;
u32 mask;
unsigned int type;
unsigned int hash;
struct pid *pid;
};
6.2
: ✅struct fanotify_event {
struct fsnotify_event fse;
struct hlist_node merge_list;
u32 mask;
unsigned int type;
unsigned int hash;
struct pid *pid;
};
6.5
: ✅struct fanotify_event {
struct fsnotify_event fse;
struct hlist_node merge_list;
u32 mask;
unsigned int type;
unsigned int hash;
struct pid *pid;
};
6.8
: ✅struct fanotify_event {
struct fsnotify_event fse;
struct hlist_node merge_list;
u32 mask;
unsigned int type;
unsigned int hash;
struct pid *pid;
};
arm64
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
armhf
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
ppc64el
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
riscv64
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
aws
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
azure
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
gcp
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
lowlatency
: ✅struct fanotify_event {
struct fsnotify_event fse;
u32 mask;
u8 fh_type;
u8 fh_len;
u16 pad;
struct path path;
struct fanotify_fid fid;
struct pid *pid;
};
Regular
5.3
and 5.4
✅
5.4
and 5.8
⚠️enum fanotify_event_type type
u8 fh_type
u8 fh_len
u16 pad
struct path path
struct fanotify_fid fid
5.8
and 5.11
✅
5.11
and 5.13
⚠️struct hlist_node merge_list
unsigned int hash
enum fanotify_event_type type
➡️ unsigned int type
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅