Home
last modified time | relevance | path

Searched defs:zpool (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/mm/
Dzpool.c20 struct zpool { struct
21 struct zpool_driver *driver; argument
23 const struct zpool_ops *ops; argument
36 * zpool_register_driver() - register a zpool implementation. argument
158 struct zpool *zpool; in zpool_create_pool() local
213 void zpool_destroy_pool(struct zpool *zpool) in zpool_destroy_pool()
235 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type()
256 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc()
276 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()
298 int zpool_shrink(struct zpool *zpool, unsigned int pages, in zpool_shrink()
[all …]
Dzbud.c101 struct zpool *zpool; member
142 struct zpool *zpool) in zbud_zpool_create()
Dz3fold.c133 struct zpool *zpool; member
1034 struct zpool *zpool) in z3fold_zpool_create()
Dzswap.c131 struct zpool *zpool; member
Dzsmalloc.c383 struct zpool *zpool) in zs_zpool_create()