Searched defs:zpool (Results 1 – 1 of 1) sorted by relevance
20 struct zpool { struct23 struct zpool_driver *driver; argument25 struct zpool_ops *ops; argument37 * zpool_register_driver() - register a zpool implementation. argument86 struct zpool *zpool; in zpool_evict() local148 struct zpool *zpool; in zpool_create_pool() local203 void zpool_destroy_pool(struct zpool *zpool) in zpool_destroy_pool()225 char *zpool_get_type(struct zpool *zpool) in zpool_get_type()246 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc()266 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()[all …]