Lines Matching defs:zpool_driver
39056 struct zpool_driver { struct
39057 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);
39066 int (*shrink)(void *, unsigned int, unsigned int *);
39067 bool sleep_mapped;
39068 void * (*map)(void *, long unsigned int, enum zpool_mapmode);
39069 void (*unmap)(void *, long unsigned int);
39070 u64 (*total_size)(void *);