Lines Matching refs:zpool
14 struct zpool;
17 int (*evict)(struct zpool *pool, unsigned long handle);
41 struct zpool *zpool_create_pool(const char *type, const char *name,
44 const char *zpool_get_type(struct zpool *pool);
46 void zpool_destroy_pool(struct zpool *pool);
48 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
51 void zpool_free(struct zpool *pool, unsigned long handle);
53 int zpool_shrink(struct zpool *pool, unsigned int pages,
56 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
59 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
61 u64 zpool_get_total_size(struct zpool *pool);
89 struct zpool *zpool);