Lines Matching defs:zpool
20 struct zpool { struct
21 struct zpool_driver *driver; argument
23 const struct zpool_ops *ops; argument
35 * zpool_register_driver() - register a zpool implementation. argument
157 struct zpool *zpool; in zpool_create_pool() local
211 void zpool_destroy_pool(struct zpool *zpool) in zpool_destroy_pool()
233 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type()
254 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc()
274 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()
296 int zpool_shrink(struct zpool *zpool, unsigned int pages, in zpool_shrink()
324 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle()
340 void zpool_unmap_handle(struct zpool *zpool, unsigned long handle) in zpool_unmap_handle()
353 u64 zpool_get_total_size(struct zpool *zpool) in zpool_get_total_size()