Home
last modified time | relevance | path

Searched refs:auth_cred (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dauth.h48 struct auth_cred { struct
132 int (*hash_cred)(struct auth_cred *, unsigned int);
133 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
134 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
148 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
174 struct rpc_cred * rpc_lookup_generic_cred(struct auth_cred *, int, gfp_t);
186 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
187 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
/linux-4.19.296/fs/nfsd/
Dnfs4callback.c762 struct auth_cred acred = {}; in get_backchannel_cred()
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayout.c416 struct auth_cred acred = { .group_info = ff_zero_group }; in ff_layout_alloc_lseg()