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

/linux-master/fs/nilfs2/
H A Dcpfile.c376 cp->cp_snapshot_list.ssl_next = 0;
533 ci->ci_next = le64_to_cpu(cp->cp_snapshot_list.ssl_next);
609 curr = le64_to_cpu(header->ch_snapshot_list.ssl_next);
638 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next);
829 cp->cp_snapshot_list.ssl_next = cpu_to_le64(curr);
837 list->ssl_next = cpu_to_le64(cno);
898 next = le64_to_cpu(list->ssl_next);
933 list->ssl_next = cpu_to_le64(next);
938 cp->cp_snapshot_list.ssl_next = cpu_to_le64(0);
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h484 * @ssl_next: next checkpoint number on snapshot list
488 __le64 ssl_next; member in struct:nilfs_snapshot_list

Completed in 187 milliseconds