Searched refs:m_seq (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | d_path.c | 160 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 D | namei.c | 729 unsigned seq, next_seq, m_seq, r_seq; member 879 return __legitimize_path(path, seq, nd->m_seq); in legitimize_path() 984 res = __legitimize_mnt(nd->path.mnt, nd->m_seq); in try_to_unlazy_next() 1712 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu() 1716 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu() 2170 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu() 2184 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu() 2253 if (__read_seqcount_retry(&mount_lock.seqcount, nd->m_seq)) in handle_dots() 2687 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()
|
| /linux/fs/ext4/ |
| H A D | move_extent.c | 221 if (mext->orig_map.m_seq != READ_ONCE(EXT4_I(orig_inode)->i_es_seq)) { in mext_move_begin()
|