lookup_cred 1278 fs/nfs/write.c cred = auth->au_ops->lookup_cred(auth, &acred, 0); lookup_cred 116 include/linux/sunrpc/auth.h struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); lookup_cred 638 net/sunrpc/auth.c ret = auth->au_ops->lookup_cred(auth, &acred, flags); lookup_cred 667 net/sunrpc/auth.c ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); lookup_cred 683 net/sunrpc/auth.c return auth->au_ops->lookup_cred(auth, &acred, lookupflags); lookup_cred 711 net/sunrpc/auth.c new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); lookup_cred 721 net/sunrpc/auth.c new = authnull_ops.lookup_cred(NULL, NULL, 0); lookup_cred 2157 net/sunrpc/auth_gss/auth_gss.c .lookup_cred = gss_lookup_cred, lookup_cred 110 net/sunrpc/auth_null.c .lookup_cred = nul_lookup_cred, lookup_cred 212 net/sunrpc/auth_unix.c .lookup_cred = unx_lookup_cred,