Home
last modified time | relevance | path

Searched refs:zpool_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dzpool.h16 struct zpool_ops { struct
40 gfp_t gfp, struct zpool_ops *ops); argument
84 void *(*create)(char *name, gfp_t gfp, struct zpool_ops *ops);
/linux-4.1.27/mm/
Dzpool.c25 struct zpool_ops *ops;
145 struct zpool_ops *ops) in zpool_create_pool()
Dzbud.c134 struct zpool_ops *zpool_ops) in zbud_zpool_create() argument
136 return zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); in zbud_zpool_create()
Dzswap.c818 static struct zpool_ops zswap_zpool_ops = {
Dzsmalloc.c321 static void *zs_zpool_create(char *name, gfp_t gfp, struct zpool_ops *zpool_ops) in zs_zpool_create() argument