Searched refs:cp_snapshot_list (Results 1 – 2 of 2) sorted by relevance
149 offsetof(struct nilfs_checkpoint, cp_snapshot_list); in nilfs_cpfile_cp_snapshot_list_offset()411 cp->cp_snapshot_list.ssl_next = 0; in nilfs_cpfile_finalize_checkpoint()412 cp->cp_snapshot_list.ssl_prev = 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()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()859 cp->cp_snapshot_list.ssl_prev = cpu_to_le64(prev); in nilfs_cpfile_set_snapshot()930 list = &cp->cp_snapshot_list; in nilfs_cpfile_clear_snapshot()974 cp->cp_snapshot_list.ssl_next = cpu_to_le64(0); in nilfs_cpfile_clear_snapshot()975 cp->cp_snapshot_list.ssl_prev = cpu_to_le64(0); in nilfs_cpfile_clear_snapshot()
539 struct nilfs_snapshot_list cp_snapshot_list; member