Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dzpool.c21 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()
[all …]
Dzbud.c114 struct zpool *zpool; member
541 struct zpool *zpool) in zbud_zpool_create()
Dz3fold.c162 struct zpool *zpool; member
1610 struct zpool *zpool) in z3fold_zpool_create()
Dzswap.c151 struct zpool *zpool; member
Dzsmalloc.c370 struct zpool *zpool) in zs_zpool_create()