Searched refs:m_seq (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | dcache.c | 2899 unsigned seq, m_seq = 0; in prepend_path() local 2905 read_seqbegin_or_lock(&mount_lock, &m_seq); in prepend_path() 2955 if (!(m_seq & 1)) in prepend_path() 2957 if (need_seqretry(&mount_lock, m_seq)) { in prepend_path() 2958 m_seq = 1; in prepend_path() 2961 done_seqretry(&mount_lock, m_seq); in prepend_path()
|
D | namei.c | 502 unsigned seq, m_seq; member 628 int res = __legitimize_mnt(path->mnt, nd->m_seq); in legitimize_path() 689 if (unlikely(!legitimize_mnt(nd->path.mnt, nd->m_seq))) in unlazy_walk() 1290 return !read_seqretry(&mount_lock, nd->m_seq) && in __follow_mount_rcu() 1323 if (unlikely(read_seqretry(&mount_lock, nd->m_seq))) in follow_dotdot_rcu() 1337 if (unlikely(read_seqretry(&mount_lock, nd->m_seq))) in follow_dotdot_rcu() 2020 nd->m_seq = read_seqbegin(&mount_lock); in path_init() 2029 nd->m_seq = read_seqbegin(&mount_lock); in path_init()
|