Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dcpfile.c432 ci->ci_next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_checkpoint_to_cpinfo()
506 curr = le64_to_cpu(header->ch_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
535 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
708 cp->cp_snapshot_list.ssl_next = cpu_to_le64(curr); in nilfs_cpfile_set_snapshot()
716 list->ssl_next = cpu_to_le64(cno); in nilfs_cpfile_set_snapshot()
777 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()
812 list->ssl_next = cpu_to_le64(next); in nilfs_cpfile_clear_snapshot()
817 cp->cp_snapshot_list.ssl_next = cpu_to_le64(0); in nilfs_cpfile_clear_snapshot()
Dsegment.c904 raw_cp->cp_snapshot_list.ssl_next = 0; in nilfs_segctor_fill_in_checkpoint()
/linux-4.4.14/include/linux/
Dnilfs2_fs.h495 __le64 ssl_next; member