Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Ddelegation.c101 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation()
685 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_delegations_return_from_lru()
738 set_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state); in nfs_client_clear_delayed_delegations()
949 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
1145 set_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state); in nfs_expire_unreferenced_delegations()
H A Dnfs4_fs.h40 NFS4CLNT_DELEGRETURN, enumerator
H A Dnfs4trace.h341 TRACE_DEFINE_ENUM(NFS4CLNT_DELEGRETURN);
364 { BIT(NFS4CLNT_DELEGRETURN), "DELEGRETURN" }, \
H A Dnfs4state.c2641 if (test_and_clear_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) { in nfs4_state_manager()