fsnotify_iter_infoRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: ✅struct fsnotify_iter_info {
struct fsnotify_mark *inode_mark;
struct fsnotify_mark *vfsmount_mark;
int srcu_idx;
};
4.15: ✅struct fsnotify_iter_info {
struct fsnotify_mark *inode_mark;
struct fsnotify_mark *vfsmount_mark;
int srcu_idx;
};
4.18: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[2];
unsigned int report_mask;
int srcu_idx;
};
5.0: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
5.3: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
5.4: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
5.8: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
5.11: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[4];
unsigned int report_mask;
int srcu_idx;
};
5.13: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[4];
unsigned int report_mask;
int srcu_idx;
};
5.15: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[4];
unsigned int report_mask;
int srcu_idx;
};
5.19: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[5];
struct fsnotify_group *current_group;
unsigned int report_mask;
int srcu_idx;
};
6.2: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[5];
struct fsnotify_group *current_group;
unsigned int report_mask;
int srcu_idx;
};
6.5: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[5];
struct fsnotify_group *current_group;
unsigned int report_mask;
int srcu_idx;
};
6.8: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[5];
struct fsnotify_group *current_group;
unsigned int report_mask;
int srcu_idx;
};
arm64: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
armhf: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
ppc64el: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
riscv64: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
aws: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
azure: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
gcp: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
lowlatency: ✅struct fsnotify_iter_info {
struct fsnotify_mark * marks[3];
unsigned int report_mask;
int srcu_idx;
};
Regular
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️struct fsnotify_mark * marks[2]
unsigned int report_mask
struct fsnotify_mark *inode_mark
struct fsnotify_mark *vfsmount_mark
4.18 and 5.0 ⚠️struct fsnotify_mark * marks[2] ➡️ struct fsnotify_mark * marks[3]
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️struct fsnotify_mark * marks[3] ➡️ struct fsnotify_mark * marks[4]
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️struct fsnotify_group *current_group
struct fsnotify_mark * marks[4] ➡️ struct fsnotify_mark * marks[5]
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 ✅