Searched defs:zpool_driver (Results 1 – 1 of 1) sorted by relevance
39056 struct zpool_driver { struct39057 char *type;39058 struct module *owner;39059 atomic_t refcount;39060 struct list_head list;39061 void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);39062 void (*destroy)(void *);39063 bool malloc_support_movable;39064 int (*malloc)(void *, size_t, gfp_t, long unsigned int *);39065 void (*free)(void *, long unsigned int);[all …]