Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnfs_fs_sb.h46 struct rpc_cred *cl_machine_cred; member
/linux-2.6.39/fs/nfs/
Dnfs4state.c100 if (clp->cl_machine_cred != NULL) in nfs4_get_machine_cred_locked()
101 cred = get_rpccred(clp->cl_machine_cred); in nfs4_get_machine_cred_locked()
110 cred = clp->cl_machine_cred; in nfs4_clear_machine_cred()
111 clp->cl_machine_cred = NULL; in nfs4_clear_machine_cred()
1456 if (status == -EACCES && cred == clp->cl_machine_cred) { in nfs4_reclaim_lease()
Dclient.c190 clp->cl_machine_cred = cred; in nfs_alloc_client()
290 if (clp->cl_machine_cred != NULL) in nfs_free_client()
291 put_rpccred(clp->cl_machine_cred); in nfs_free_client()