Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamei.c729 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()
2169 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu()
2183 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu()
2252 if (__read_seqcount_retry(&mount_lock.seqcount, nd->m_seq)) in handle_dots()
2692 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()
/linux/fs/ext4/
H A Dinode.c602 map->m_seq = READ_ONCE(EXT4_I(inode)->i_es_seq); in ext4_map_query_blocks()
673 map->m_seq = READ_ONCE(EXT4_I(inode)->i_es_seq); in ext4_map_create_blocks()
739 if (ext4_es_lookup_extent(inode, map->m_lblk, NULL, &es, &map->m_seq)) { in ext4_map_blocks()
2004 map->m_seq = READ_ONCE(EXT4_I(inode)->i_es_seq); in ext4_da_map_blocks()
H A Dext4.h262 u64 m_seq; member