fsnotify_mark_connectorRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: ✅struct fsnotify_mark_connector {
spinlock_t lock;
unsigned int flags;
struct inode *inode;
struct vfsmount *mnt;
struct hlist_head list;
struct fsnotify_mark_connector *destroy_next;
};
4.15: ✅struct fsnotify_mark_connector {
spinlock_t lock;
unsigned int flags;
struct inode *inode;
struct vfsmount *mnt;
struct hlist_head list;
struct fsnotify_mark_connector *destroy_next;
};
4.18: ✅struct fsnotify_mark_connector {
spinlock_t lock;
unsigned int type;
struct inode *inode;
struct vfsmount *mnt;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.0: ✅struct fsnotify_mark_connector {
spinlock_t lock;
unsigned int type;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.3: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.4: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.8: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.11: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.13: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.15: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
5.19: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
6.2: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
6.5: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
6.8: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
arm64: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
armhf: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
ppc64el: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
riscv64: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
aws: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
azure: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
gcp: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
lowlatency: ✅struct fsnotify_mark_connector {
spinlock_t lock;
short unsigned int type;
short unsigned int flags;
__kernel_fsid_t fsid;
fsnotify_connp_t *obj;
struct fsnotify_mark_connector *destroy_next;
struct hlist_head list;
};
Regular
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️unsigned int type
unsigned int flags
4.18 and 5.0 ⚠️fsnotify_connp_t *obj
struct inode *inode
struct vfsmount *mnt
5.0 and 5.3 ⚠️short unsigned int flags
__kernel_fsid_t fsid
unsigned int type ➡️ short unsigned int type
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
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 ⚠️__kernel_fsid_t fsid
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅