Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4renewd.c68 if (test_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state)) in nfs4_renew_state()
Dclient.c850 clear_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); in nfs_server_insert_lists()
867 set_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); in nfs_server_remove_lists()
/Linux-v5.4/include/linux/
Dnfs_fs_sb.h39 #define NFS_CS_STOP_RENEW 4 /* no more state to renew */ macro