Home
last modified time | relevance | path

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

/linux/fs/
H A Dd_path.c160 unsigned seq, m_seq = 0; in prepend_path() local
166 read_seqbegin_or_lock(&mount_lock, &m_seq); in prepend_path()
181 if (!(m_seq & 1)) in prepend_path()
183 if (need_seqretry(&mount_lock, m_seq)) { in prepend_path()
184 m_seq = 1; in prepend_path()
187 done_seqretry(&mount_lock, m_seq); in prepend_path()
H A Dnamei.c637 unsigned seq, next_seq, m_seq, r_seq; member
786 return __legitimize_path(path, seq, nd->m_seq); in legitimize_path()
882 res = __legitimize_mnt(nd->path.mnt, nd->m_seq); in try_to_unlazy_next()
1601 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu()
1605 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu()
2005 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu()
2019 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu()
2088 if (__read_seqcount_retry(&mount_lock.seqcount, nd->m_seq)) in handle_dots()
2519 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()