Lines Matching refs:zpool
14 struct zpool;
17 int (*evict)(struct zpool *pool, unsigned long handle);
39 struct zpool *zpool_create_pool(char *type, char *name,
42 char *zpool_get_type(struct zpool *pool);
44 void zpool_destroy_pool(struct zpool *pool);
46 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
49 void zpool_free(struct zpool *pool, unsigned long handle);
51 int zpool_shrink(struct zpool *pool, unsigned int pages,
54 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
57 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
59 u64 zpool_get_total_size(struct zpool *pool);