Home
last modified time | relevance | path

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

/fs/nilfs2/
Dthe_nilfs.c46 nilfs->ns_last_seq = seq; in nilfs_set_last_segment()
50 if (nilfs->ns_prev_seq == nilfs->ns_last_seq) in nilfs_set_last_segment()
55 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_set_last_segment()
188 nilfs->ns_last_seq = le64_to_cpu(sbp->s_last_seq); in nilfs_store_log_cursor()
190 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_store_log_cursor()
191 nilfs->ns_seg_seq = nilfs->ns_last_seq; in nilfs_store_log_cursor()
Dthe_nilfs.h141 u64 ns_last_seq; member
Drecovery.c831 seg_seq = nilfs->ns_last_seq; in nilfs_search_super_root()
956 nilfs->ns_last_seq = nilfs->ns_seg_seq; in nilfs_search_super_root()
Dsuper.c258 sbp->s_last_seq = cpu_to_le64(nilfs->ns_last_seq); in nilfs_set_log_cursor()