dax_deviceRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
4.15: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
4.18: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.0: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.3: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.4: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.8: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.11: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.13: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.15: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
5.19: ✅struct dax_device {
struct inode inode;
struct cdev cdev;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
6.2: ✅struct dax_device {
struct inode inode;
struct cdev cdev;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
void *holder_data;
const struct dax_holder_operations *holder_ops;
};
6.5: ✅struct dax_device {
struct inode inode;
struct cdev cdev;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
void *holder_data;
const struct dax_holder_operations *holder_ops;
};
6.8: ✅struct dax_device {
struct inode inode;
struct cdev cdev;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
void *holder_data;
const struct dax_holder_operations *holder_ops;
};
arm64: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
armhf: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
ppc64el: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
riscv64: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
aws: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
azure: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
gcp: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
lowlatency: ✅struct dax_device {
struct hlist_node list;
struct inode inode;
struct cdev cdev;
const char *host;
void *private;
long unsigned int flags;
const struct dax_operations *ops;
};
Regular
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
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 ⚠️struct hlist_node list
const char *host
5.19 and 6.2 ⚠️void *holder_data
const struct dax_holder_operations *holder_ops
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 ✅