Home
last modified time | relevance | path

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

/linux-6.15/fs/nilfs2/
H A Dcpfile.c411 cp->cp_snapshot_list.ssl_next = 0; in nilfs_cpfile_finalize_checkpoint()
564 ci->ci_next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_checkpoint_to_cpinfo()
640 curr = le64_to_cpu(header->ch_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
669 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
858 cp->cp_snapshot_list.ssl_next = cpu_to_le64(curr); in nilfs_cpfile_set_snapshot()
865 list->ssl_next = cpu_to_le64(cno); in nilfs_cpfile_set_snapshot()
931 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()
969 list->ssl_next = cpu_to_le64(next); in nilfs_cpfile_clear_snapshot()
974 cp->cp_snapshot_list.ssl_next = cpu_to_le64(0); in nilfs_cpfile_clear_snapshot()
/linux-6.15/include/uapi/linux/
H A Dnilfs2_ondisk.h489 __le64 ssl_next; member