Home
last modified time | relevance | path

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

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