Home
last modified time | relevance | path

Searched refs:rpc_machine_cred (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dauth.h66 const struct cred *rpc_machine_cred(void);
/openbmc/linux/net/sunrpc/
H A Dauth.c49 const struct cred *rpc_machine_cred(void) in rpc_machine_cred() function
53 EXPORT_SYMBOL_GPL(rpc_machine_cred);
/openbmc/linux/fs/nfs/
H A Dnfs4_fs.h382 msg->rpc_cred = rpc_machine_cred(); in _nfs4_state_protect()
H A Dnfs4state.c196 return get_cred(rpc_machine_cred()); in nfs4_get_machine_cred()
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c941 return get_cred(rpc_machine_cred()); in get_backchannel_cred()