Lines Matching defs:next
149 * @cnop: place to store the next checkpoint number
483 __u64 curr = *cnop, next;
525 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next);
526 if (next == 0)
529 next_blkoff = nilfs_cpfile_get_blkoff(cpfile, next);
533 ret = nilfs_cpfile_get_checkpoint_block(cpfile, next,
541 curr = next;
742 __u64 next, prev;
767 next = le64_to_cpu(list->ssl_next);
774 if (next != 0) {
775 ret = nilfs_cpfile_get_checkpoint_block(cpfile, next, 0,
795 cpfile, next, next_bh, kaddr);
802 list->ssl_next = cpu_to_le64(next);