Lines Matching defs:zpool
21 struct zpool { struct
22 struct zpool_driver *driver; argument
24 const struct zpool_ops *ops; argument
33 * zpool_register_driver() - register a zpool implementation. argument
155 struct zpool *zpool; in zpool_create_pool() local
207 void zpool_destroy_pool(struct zpool *zpool) in zpool_destroy_pool()
226 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type()
242 bool zpool_malloc_support_movable(struct zpool *zpool) in zpool_malloc_support_movable()
263 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc()
283 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()
305 int zpool_shrink(struct zpool *zpool, unsigned int pages, in zpool_shrink()
334 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle()
350 void zpool_unmap_handle(struct zpool *zpool, unsigned long handle) in zpool_unmap_handle()
363 u64 zpool_get_total_size(struct zpool *zpool) in zpool_get_total_size()
381 bool zpool_evictable(struct zpool *zpool) in zpool_evictable()
392 bool zpool_can_sleep_mapped(struct zpool *zpool) in zpool_can_sleep_mapped()