Searched refs:zpool_ops (Results 1 – 5 of 5) sorted by relevance
16 struct zpool_ops { struct40 gfp_t gfp, struct zpool_ops *ops); argument84 void *(*create)(char *name, gfp_t gfp, struct zpool_ops *ops);
25 struct zpool_ops *ops;145 struct zpool_ops *ops) in zpool_create_pool()
134 struct zpool_ops *zpool_ops) in zbud_zpool_create() argument136 return zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); in zbud_zpool_create()
818 static struct zpool_ops zswap_zpool_ops = {
321 static void *zs_zpool_create(char *name, gfp_t gfp, struct zpool_ops *zpool_ops) in zs_zpool_create() argument