Searched refs:NFS4CLNT_DELEGRETURN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | delegation.c | 82 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation() 638 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_server_return_marked_delegations() 810 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_if_closed_delegation() 837 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
|
H A D | nfs4_fs.h | 35 NFS4CLNT_DELEGRETURN, enumerator
|
H A D | nfs4trace.h | 577 TRACE_DEFINE_ENUM(NFS4CLNT_DELEGRETURN); variable 600 { BIT(NFS4CLNT_DELEGRETURN), "DELEGRETURN" }, \
|
H A D | nfs4state.c | 2701 if (test_and_clear_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) { in nfs4_state_manager()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | delegation.c | 82 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation() 656 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_server_return_marked_delegations() 831 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_if_closed_delegation() 858 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
|
H A D | nfs4_fs.h | 36 NFS4CLNT_DELEGRETURN, enumerator
|
H A D | nfs4trace.h | 285 TRACE_DEFINE_ENUM(NFS4CLNT_DELEGRETURN); variable 308 { BIT(NFS4CLNT_DELEGRETURN), "DELEGRETURN" }, \
|
H A D | nfs4state.c | 2725 if (test_and_clear_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) { in nfs4_state_manager()
|
Completed in 17 milliseconds