Lines Matching refs:list
527 break; /* reach end of the snapshot list */
605 struct nilfs_snapshot_list *list;
609 list = &cp->cp_snapshot_list;
612 list = &header->ch_snapshot_list;
614 return list;
622 struct nilfs_snapshot_list *list;
654 list = &header->ch_snapshot_list;
659 prev = le64_to_cpu(list->ssl_prev);
675 list = &cp->cp_snapshot_list;
676 prev = le64_to_cpu(list->ssl_prev);
691 list = nilfs_cpfile_block_get_snapshot_list(
693 list->ssl_prev = cpu_to_le64(cno);
704 list = nilfs_cpfile_block_get_snapshot_list(
706 list->ssl_next = cpu_to_le64(cno);
741 struct nilfs_snapshot_list *list;
766 list = &cp->cp_snapshot_list;
767 next = le64_to_cpu(list->ssl_next);
768 prev = le64_to_cpu(list->ssl_prev);
794 list = nilfs_cpfile_block_get_snapshot_list(
796 list->ssl_prev = cpu_to_le64(prev);
800 list = nilfs_cpfile_block_get_snapshot_list(
802 list->ssl_next = cpu_to_le64(next);