Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dmds_client.h184 unsigned long s_ttl; /* time until mds kills us */ member
Dmds_client.c3594 session->s_ttl = jiffies + HZ*mdsc->mdsmap->m_session_autoclose; in handle_session()
4647 if (s->s_ttl && time_after(jiffies, s->s_ttl)) { in check_session_state()