Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dnfs4state.c1371 set_bit(NFS4CLNT_RECLAIM_REBOOT, &clp->cl_state); in nfs4_state_mark_reclaim_reboot()
1822 if (!test_and_clear_bit(NFS4CLNT_RECLAIM_REBOOT, &clp->cl_state)) in nfs4_state_clear_reclaim_reboot()
1847 set_bit(NFS4CLNT_RECLAIM_REBOOT, &clp->cl_state); in nfs4_state_end_reclaim_reboot()
2051 set_bit(NFS4CLNT_RECLAIM_REBOOT, &clp->cl_state); in nfs4_reclaim_lease()
2624 if (test_bit(NFS4CLNT_RECLAIM_REBOOT, &clp->cl_state)) { in nfs4_state_manager()
Dnfs4_fs.h33 NFS4CLNT_RECLAIM_REBOOT, enumerator
Dnfs4trace.h575 TRACE_DEFINE_ENUM(NFS4CLNT_RECLAIM_REBOOT);
596 { NFS4CLNT_RECLAIM_REBOOT, "RECLAIM_REBOOT" }, \