Searched refs:SVC_CLOSE (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/sunrpc/
H A Dsvcauth_unix.c710 return SVC_CLOSE;
727 return SVC_CLOSE;
749 * %SVC_CLOSE: Temporary failure
782 return SVC_CLOSE; /* kmalloc failure - client must retry */
786 return SVC_CLOSE;
788 return SVC_CLOSE;
826 * %SVC_CLOSE: Temporary failure
867 return SVC_CLOSE;
872 return SVC_CLOSE;
884 return SVC_CLOSE;
[all...]
H A Dsvc.c1349 case SVC_CLOSE:
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h93 SVC_CLOSE, enumerator in enum:svc_auth_status
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1002 if (stat == SVC_DROP || stat == SVC_CLOSE)
1063 return SVC_CLOSE;
1172 return SVC_CLOSE;
1193 return SVC_CLOSE;
1202 return SVC_CLOSE;
1205 return SVC_CLOSE;
1207 ret = SVC_CLOSE;
1312 ret = SVC_CLOSE;
1623 * %SVC_CLOSE: Temporary failure
1746 ret = SVC_CLOSE;
[all...]
/linux-master/include/trace/events/
H A Dsunrpc.h1706 TRACE_DEFINE_ENUM(SVC_CLOSE); variable
1719 { SVC_CLOSE, "SVC_CLOSE" }, \

Completed in 376 milliseconds