crcreate          117 include/linux/sunrpc/auth.h 	struct rpc_cred *	(*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
crcreate          590 net/sunrpc/auth.c 	new = auth->au_ops->crcreate(auth, acred, flags, gfp);
crcreate         2158 net/sunrpc/auth_gss/auth_gss.c 	.crcreate	= gss_create_cred,