Home
last modified time | relevance | path

Searched refs:ns_last_seq (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.c34 nilfs->ns_last_seq = seq; in nilfs_set_last_segment()
38 if (nilfs->ns_prev_seq == nilfs->ns_last_seq) in nilfs_set_last_segment()
43 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_set_last_segment()
178 nilfs->ns_last_seq = le64_to_cpu(sbp->s_last_seq); in nilfs_store_log_cursor()
180 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_store_log_cursor()
181 nilfs->ns_seg_seq = nilfs->ns_last_seq; in nilfs_store_log_cursor()
Dthe_nilfs.h137 u64 ns_last_seq; member
Drecovery.c819 seg_seq = nilfs->ns_last_seq; in nilfs_search_super_root()
946 nilfs->ns_last_seq = nilfs->ns_seg_seq; in nilfs_search_super_root()
Dsysfs.c476 last_seq = nilfs->ns_last_seq; in nilfs_segctor_last_seg_sequence_show()
Dsuper.c242 sbp->s_last_seq = cpu_to_le64(nilfs->ns_last_seq); in nilfs_set_log_cursor()