Searched refs:auth_cred (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/sunrpc/ |
D | auth.h | 48 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/ |
D | nfs4callback.c | 762 struct auth_cred acred = {}; in get_backchannel_cred()
|
/linux-4.19.296/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 416 struct auth_cred acred = { .group_info = ff_zero_group }; in ff_layout_alloc_lseg()
|