Lines Matching refs:allocmax
26 * @allocmax: upper limit of allocatable segment range
32 __u64 allocmax; /* upper limit of allocatable segment range */
286 sui->allocmax = end;
330 maxsegnum = sui->allocmax;
332 if (segnum < sui->allocmin || segnum > sui->allocmax)
337 if (cnt < sui->allocmax - sui->allocmin + 1) {
346 sui->allocmax + 1 < nsegments) {
347 segnum = sui->allocmax + 1;
825 sui->allocmax = newnsegs - 1;
1259 sui->allocmax = nilfs_sufile_get_nsegments(sufile) - 1;