Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nilfs2/
Dcpfile.c378 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()
/linux-6.12.1/include/uapi/linux/
Dnilfs2_ondisk.h488 __le64 ssl_next; member