nd_region
Regular
4.4
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
4.8
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
4.10
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
4.13
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
4.15
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
4.18
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
5.0
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
struct nd_mapping mapping[0];
};
5.3
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
5.4
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
5.8
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
5.11
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
5.13
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
5.15
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
5.19
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
6.2
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
6.5
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
6.8
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
long unsigned int align;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
arm64
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
armhf
: Absent ⚠️
ppc64el
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
riscv64
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
aws
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
azure
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
gcp
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
lowlatency
: ✅struct nd_region {
struct device dev;
struct ida ns_ida;
struct ida btt_ida;
struct ida pfn_ida;
struct ida dax_ida;
long unsigned int flags;
struct device *ns_seed;
struct device *btt_seed;
struct device *pfn_seed;
struct device *dax_seed;
u16 ndr_mappings;
u64 ndr_size;
u64 ndr_start;
int id;
int num_lanes;
int ro;
int numa_node;
int target_node;
void *provider_data;
struct kernfs_node *bb_state;
struct badblocks bb;
struct nd_interleave_set *nd_set;
struct nd_percpu_lane *lane;
int (*flush)(struct nd_region *, struct bio *);
struct nd_mapping mapping[0];
};
Regular
4.4
and 4.8
⚠️struct ida dax_ida
struct device *dax_seed
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct kernfs_node *bb_state
struct badblocks bb
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
⚠️int target_node
int (*flush)(struct nd_region *, struct bio *)
5.3
and 5.4
✅
5.4
and 5.8
⚠️long unsigned int align
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
✅
amd64
and arm64
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅