zpool_ops          43 include/linux/zpool.h 			gfp_t gfp, const struct zpool_ops *ops);
zpool_ops          91 include/linux/zpool.h 			const struct zpool_ops *ops,
zpool_ops         163 mm/z3fold.c    	const struct zpool_ops *zpool_ops;
zpool_ops        1471 mm/z3fold.c    	if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict)
zpool_ops        1472 mm/z3fold.c    		return pool->zpool_ops->evict(pool->zpool, handle);
zpool_ops        1482 mm/z3fold.c    			       const struct zpool_ops *zpool_ops,
zpool_ops        1488 mm/z3fold.c    				zpool_ops ? &z3fold_zpool_ops : NULL);
zpool_ops        1491 mm/z3fold.c    		pool->zpool_ops = zpool_ops;
zpool_ops         103 mm/zbud.c      	const struct zpool_ops *zpool_ops;
zpool_ops         131 mm/zbud.c      	if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict)
zpool_ops         132 mm/zbud.c      		return pool->zpool_ops->evict(pool->zpool, handle);
zpool_ops         142 mm/zbud.c      			       const struct zpool_ops *zpool_ops,
zpool_ops         147 mm/zbud.c      	pool = zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL);
zpool_ops         150 mm/zbud.c      		pool->zpool_ops = zpool_ops;
zpool_ops          24 mm/zpool.c     	const struct zpool_ops *ops;
zpool_ops         156 mm/zpool.c     		const struct zpool_ops *ops)
zpool_ops         388 mm/zsmalloc.c  			     const struct zpool_ops *zpool_ops,
zpool_ops         207 mm/zswap.c     static const struct zpool_ops zswap_zpool_ops = {