Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dcpfile.c420 ci->ci_next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_checkpoint_to_cpinfo()
496 curr = le64_to_cpu(header->ch_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
525 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
698 cp->cp_snapshot_list.ssl_next = cpu_to_le64(curr); in nilfs_cpfile_set_snapshot()
706 list->ssl_next = cpu_to_le64(cno); in nilfs_cpfile_set_snapshot()
767 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()
802 list->ssl_next = cpu_to_le64(next); in nilfs_cpfile_clear_snapshot()
807 cp->cp_snapshot_list.ssl_next = cpu_to_le64(0); in nilfs_cpfile_clear_snapshot()
Dsegment.c932 raw_cp->cp_snapshot_list.ssl_next = 0; in nilfs_segctor_fill_in_checkpoint()
/linux-4.19.296/include/uapi/linux/
Dnilfs2_ondisk.h488 __le64 ssl_next; member