Searched refs:ssl_next (Results 1 – 2 of 2) sorted by relevance
378 cp->cp_snapshot_list.ssl_next = 0; in nilfs_cpfile_finalize_checkpoint()535 ci->ci_next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_checkpoint_to_cpinfo()611 curr = le64_to_cpu(header->ch_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()640 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()837 cp->cp_snapshot_list.ssl_next = cpu_to_le64(curr); in nilfs_cpfile_set_snapshot()845 list->ssl_next = cpu_to_le64(cno); in nilfs_cpfile_set_snapshot()906 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()941 list->ssl_next = cpu_to_le64(next); in nilfs_cpfile_clear_snapshot()946 cp->cp_snapshot_list.ssl_next = cpu_to_le64(0); in nilfs_cpfile_clear_snapshot()
488 __le64 ssl_next; member