Lines Matching defs:end
259 * @end: maximum segment number of allocatable region (inclusive)
266 int nilfs_sufile_set_alloc_range(struct inode *sufile, __u64 start, __u64 end)
275 if (start <= end && end < nsegs) {
277 sui->allocmax = end;
660 * @end: end segment number (inclusive)
674 __u64 start, __u64 end)
692 if (start > end || start >= nsegs)
702 for (segnum = start; segnum <= end; segnum += n) {
706 end - segnum + 1);
1086 * ULLONG_MAX by default) - truncate upper end of the range