Lines Matching refs:zpool
14 struct zpool;
18 struct zpool *zpool_create_pool(const char *type, const char *name, gfp_t gfp);
20 const char *zpool_get_type(struct zpool *pool);
22 void zpool_destroy_pool(struct zpool *pool);
24 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
27 void zpool_free(struct zpool *pool, unsigned long handle);
29 void *zpool_obj_read_begin(struct zpool *zpool, unsigned long handle,
32 void zpool_obj_read_end(struct zpool *zpool, unsigned long handle,
35 void zpool_obj_write(struct zpool *zpool, unsigned long handle,
38 u64 zpool_get_total_pages(struct zpool *pool);
84 bool zpool_can_sleep_mapped(struct zpool *pool);