bdi_writeback_congestedRegular
4.4: ✅struct bdi_writeback_congested {
long unsigned int state;
atomic_t refcnt;
struct backing_dev_info *bdi;
int blkcg_id;
struct rb_node rb_node;
};
4.8: ✅struct bdi_writeback_congested {
long unsigned int state;
atomic_t refcnt;
struct backing_dev_info *bdi;
int blkcg_id;
struct rb_node rb_node;
};
4.10: ✅struct bdi_writeback_congested {
long unsigned int state;
atomic_t refcnt;
struct backing_dev_info *bdi;
int blkcg_id;
struct rb_node rb_node;
};
4.13: ✅struct bdi_writeback_congested {
long unsigned int state;
atomic_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
4.15: ✅struct bdi_writeback_congested {
long unsigned int state;
atomic_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
4.18: ✅struct bdi_writeback_congested {
long unsigned int state;
atomic_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
5.0: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
5.3: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
5.4: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
5.8: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
armhf: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
ppc64el: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
riscv64: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
aws: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
azure: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
gcp: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
lowlatency: ✅struct bdi_writeback_congested {
long unsigned int state;
refcount_t refcnt;
struct backing_dev_info *__bdi;
int blkcg_id;
struct rb_node rb_node;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️struct backing_dev_info *__bdi
struct backing_dev_info *bdi
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️atomic_t refcnt ➡️ refcount_t refcnt
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.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 ✅