Lines Matching defs:start
147 * @start_cno: start checkpoint number (inclusive)
166 unsigned long start, end, blkoff;
172 start = nilfs_cpfile_get_blkoff(cpfile, start_cno);
175 ret = nilfs_mdt_find_block(cpfile, start, end, &blkoff, bhp);
177 *cnop = (blkoff == start) ? start_cno :
295 * @start: start checkpoint number
299 * the period from @start to @end, excluding @end itself. The checkpoints
312 __u64 start,
324 if (unlikely(start == 0 || start > end)) {
327 (unsigned long long)start, (unsigned long long)end);
339 for (cno = start; cno < end; cno += ncps) {