Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Ddelegation.c259 set_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state); in nfs_abort_delegation_return()
498 set_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state); in nfs_client_return_marked_delegations()
549 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_if_closed_delegation()
556 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation()
583 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
Dnfs4_fs.h34 NFS4CLNT_DELEGRETURN, enumerator
Dnfs4state.c2420 if (test_and_clear_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) { in nfs4_state_manager()