Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dmount.h136 loff_t cached_index; member
Dnamespace.c1248 if (*pos == p->cached_index) in m_start()
1250 if (*pos == p->cached_index + 1) { in m_start()
1251 v = seq_list_next(v, &p->ns->list, &p->cached_index); in m_start()
1258 p->cached_index = *pos; in m_start()
1267 p->cached_index = *pos; in m_next()