nvm_tgt_typeRegular
4.4: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_end_io_fn *end_io;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
struct list_head list;
};
4.8: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_end_io_fn *end_io;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
struct list_head list;
};
4.10: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_end_io_fn *end_io;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
struct list_head list;
};
4.13: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
};
4.15: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
4.18: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.0: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.3: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.4: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.8: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.11: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
const struct block_device_operations *bops;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.13: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
const struct block_device_operations *bops;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
armhf: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
ppc64el: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
riscv64: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
aws: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
azure: Absent ⚠️
gcp: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
lowlatency: ✅struct nvm_tgt_type {
const char *name;
unsigned int version[3];
int flags;
nvm_tgt_make_rq_fn *make_rq;
nvm_tgt_capacity_fn *capacity;
nvm_tgt_init_fn *init;
nvm_tgt_exit_fn *exit;
nvm_tgt_sysfs_init_fn *sysfs_init;
nvm_tgt_sysfs_exit_fn *sysfs_exit;
struct list_head list;
struct module *owner;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️nvm_tgt_sysfs_init_fn *sysfs_init
nvm_tgt_sysfs_exit_fn *sysfs_exit
nvm_end_io_fn *end_io
4.13 and 4.15 ⚠️struct module *owner
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️int flags
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️const struct block_device_operations *bops
nvm_tgt_make_rq_fn *make_rq
5.11 and 5.13 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and gcp ✅
generic and lowlatency ✅