Searched defs:zpool (Results 1 – 4 of 4) sorted by relevance
20 struct zpool { struct21 struct zpool_driver *driver; argument23 const struct zpool_ops *ops; argument35 * zpool_register_driver() - register a zpool implementation. argument157 struct zpool *zpool; in zpool_create_pool() local211 void zpool_destroy_pool(struct zpool *zpool) in zpool_destroy_pool()233 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type()254 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc()274 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()296 int zpool_shrink(struct zpool *zpool, unsigned int pages, in zpool_shrink()[all …]
101 struct zpool *zpool; member142 struct zpool *zpool) in zbud_zpool_create()
116 struct zpool *zpool; member
326 struct zpool *zpool) in zs_zpool_create()