crmatch 1272 fs/nfs/write.c if (cred && !cred->cr_ops->crmatch(&acred, cred, 0)) { crmatch 131 include/linux/sunrpc/auth.h int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); crmatch 579 net/sunrpc/auth.c if (!entry->cr_ops->crmatch(acred, entry, flags)) crmatch 598 net/sunrpc/auth.c if (!entry->cr_ops->crmatch(acred, entry, flags)) crmatch 2168 net/sunrpc/auth_gss/auth_gss.c .crmatch = gss_match, crmatch 2182 net/sunrpc/auth_gss/auth_gss.c .crmatch = gss_match, crmatch 128 net/sunrpc/auth_null.c .crmatch = nul_match, crmatch 229 net/sunrpc/auth_unix.c .crmatch = unx_match,