Lines Matching defs:end
148 * @end_cno: end checkpoint number (inclusive)
166 unsigned long start, end, blkoff;
173 end = nilfs_cpfile_get_blkoff(cpfile, end_cno);
175 ret = nilfs_mdt_find_block(cpfile, start, end, &blkoff, bhp);
296 * @end: end checkpoint numer
299 * the period from @start to @end, excluding @end itself. The checkpoints
313 __u64 end)
324 if (unlikely(start == 0 || start > end)) {
327 (unsigned long long)start, (unsigned long long)end);
339 for (cno = start; cno < end; cno += ncps) {
340 ncps = nilfs_cpfile_checkpoints_in_block(cpfile, cno, end);
527 break; /* reach end of the snapshot list */