Home
last modified time | relevance | path

Searched refs:cl_machine_cred (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dnfs_fs_sb.h58 struct rpc_cred *cl_machine_cred; member
/linux-4.4.14/fs/nfs/
Dnfs4_fs.h302 if (clp->cl_machine_cred != NULL) in _nfs4_state_protect()
305 newcred = clp->cl_machine_cred; in _nfs4_state_protect()
Dclient.c187 clp->cl_machine_cred = cred; in nfs_alloc_client()
251 if (clp->cl_machine_cred != NULL) in nfs_free_client()
252 put_rpccred(clp->cl_machine_cred); in nfs_free_client()
Dnfs4state.c152 if (clp->cl_machine_cred != NULL) in nfs4_get_machine_cred_locked()
153 cred = get_rpccred(clp->cl_machine_cred); in nfs4_get_machine_cred_locked()
163 cred = clp->cl_machine_cred; in nfs4_root_machine_cred()
164 clp->cl_machine_cred = new; in nfs4_root_machine_cred()