Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dthe_nilfs.c33 nilfs->ns_last_seq = seq; in nilfs_set_last_segment()
37 if (nilfs->ns_prev_seq == nilfs->ns_last_seq) in nilfs_set_last_segment()
42 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_set_last_segment()
179 nilfs->ns_last_seq = le64_to_cpu(sbp->s_last_seq); in nilfs_store_log_cursor()
181 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_store_log_cursor()
182 nilfs->ns_seg_seq = nilfs->ns_last_seq; in nilfs_store_log_cursor()
H A Dthe_nilfs.h135 u64 ns_last_seq; member
H A Dsysfs.c467 last_seq = nilfs->ns_last_seq; in nilfs_segctor_last_seg_sequence_show()
H A Dsuper.c245 sbp->s_last_seq = cpu_to_le64(nilfs->ns_last_seq); in nilfs_set_log_cursor()