Home
last modified time | relevance | path

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

/fs/
Ddcache.c3108 unsigned seq, m_seq = 0; in prepend_path() local
3114 read_seqbegin_or_lock(&mount_lock, &m_seq); in prepend_path()
3164 if (!(m_seq & 1)) in prepend_path()
3166 if (need_seqretry(&mount_lock, m_seq)) { in prepend_path()
3167 m_seq = 1; in prepend_path()
3170 done_seqretry(&mount_lock, m_seq); in prepend_path()
Dnamei.c528 unsigned seq, m_seq; member
650 int res = __legitimize_mnt(path->mnt, nd->m_seq); in legitimize_path()
711 if (unlikely(!legitimize_mnt(nd->path.mnt, nd->m_seq))) in unlazy_walk()
1323 return !read_seqretry(&mount_lock, nd->m_seq) && in __follow_mount_rcu()
1354 if (unlikely(read_seqretry(&mount_lock, nd->m_seq))) in follow_dotdot_rcu()
1368 if (unlikely(read_seqretry(&mount_lock, nd->m_seq))) in follow_dotdot_rcu()
2178 nd->m_seq = read_seqbegin(&mount_lock); in path_init()
2189 nd->m_seq = read_seqbegin(&mount_lock); in path_init()