Home
last modified time | relevance | path

Searched refs:lstrp (Results 1 – 2 of 2) sorted by relevance

/fs/cifs/
Dconnect.c339 server->lstrp = jiffies; in cifs_reconnect()
533 time_before(jiffies, server->lstrp + SMB_ECHO_INTERVAL - HZ)) in cifs_echo_request()
593 time_after(jiffies, server->lstrp + 2 * SMB_ECHO_INTERVAL)) { in server_unresponsive()
1062 server->lstrp = jiffies; in cifs_demultiplex_thread()
2213 tcp_ses->lstrp = jiffies; in cifs_get_tcp_session()
Dcifsglob.h293 unsigned long lstrp; /* when we got last response from this server */ member