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 bool zpool_malloc_support_movable(struct zpool *pool);
51 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
54 void zpool_free(struct zpool *pool, unsigned long handle);
56 int zpool_shrink(struct zpool *pool, unsigned int pages,
59 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
62 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
64 u64 zpool_get_total_size(struct zpool *pool);
93 struct zpool *zpool);
116 bool zpool_evictable(struct zpool *pool);
117 bool zpool_can_sleep_mapped(struct zpool *pool);