zpool_driver
Regular
4.4
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
4.8
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
4.10
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
4.13
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
4.15
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
4.18
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.0
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.3
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.4
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.8
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.11
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.13
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
bool sleep_mapped;
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.15
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
bool sleep_mapped;
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
5.19
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
bool sleep_mapped;
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
6.2
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
bool sleep_mapped;
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
6.5
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
bool sleep_mapped;
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
6.8
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
bool sleep_mapped;
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
arm64
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
armhf
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
ppc64el
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
riscv64
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
aws
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
azure
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
gcp
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
lowlatency
: ✅struct zpool_driver {
char *type;
struct module *owner;
atomic_t refcount;
struct list_head list;
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
void (*destroy)(void *);
bool malloc_support_movable;
int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
void (*free)(void *, long unsigned int);
int (*shrink)(void *, unsigned int, unsigned int *);
void * (*map)(void *, long unsigned int, enum zpool_mapmode);
void (*unmap)(void *, long unsigned int);
u64 (*total_size)(void *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
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
⚠️bool malloc_support_movable
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️bool sleep_mapped
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️int (*shrink)(void *, unsigned int, unsigned int *)
void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *)
➡️ void * (*create)(const char *, gfp_t)
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
✅