crrefresh         134 include/linux/sunrpc/auth.h 	int			(*crrefresh)(struct rpc_task *);
crrefresh         884 net/sunrpc/auth.c 	err = cred->cr_ops->crrefresh(task);
crrefresh        2170 net/sunrpc/auth_gss/auth_gss.c 	.crrefresh		= gss_refresh,
crrefresh        2184 net/sunrpc/auth_gss/auth_gss.c 	.crrefresh		= gss_refresh_null,
crrefresh         131 net/sunrpc/auth_null.c 	.crrefresh	= nul_refresh,
crrefresh         232 net/sunrpc/auth_unix.c 	.crrefresh	= unx_refresh,