Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Ddelegation.c351 set_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state); in nfs_client_return_marked_delegations()
406 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation()
461 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
Dnfs4_fs.h22 NFS4CLNT_DELEGRETURN, enumerator
Dnfs4state.c1822 if (test_and_clear_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) { in nfs4_state_manager()