Lines Matching refs:zpool
15 struct zpool;
18 int (*evict)(struct zpool *pool, unsigned long handle);
42 struct zpool *zpool_create_pool(const char *type, const char *name,
45 const char *zpool_get_type(struct zpool *pool);
47 void zpool_destroy_pool(struct zpool *pool);
49 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
52 void zpool_free(struct zpool *pool, unsigned long handle);
54 int zpool_shrink(struct zpool *pool, unsigned int pages,
57 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
60 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
62 u64 zpool_get_total_size(struct zpool *pool);
90 struct zpool *zpool);
111 bool zpool_evictable(struct zpool *pool);