Home
last modified time | relevance | path

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

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