Searched refs:allocmax (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/nilfs2/
H A Dsufile.c26 * @allocmax: upper limit of allocatable segment range
32 __u64 allocmax; /* upper limit of allocatable segment range */ member in struct:nilfs_sufile_info
277 sui->allocmax = end;
324 maxsegnum = sui->allocmax;
326 if (segnum < sui->allocmin || segnum > sui->allocmax)
331 if (cnt < sui->allocmax - sui->allocmin + 1) {
340 sui->allocmax + 1 < nsegments) {
341 segnum = sui->allocmax + 1;
822 sui->allocmax = newnsegs - 1;
1255 sui->allocmax
[all...]

Completed in 147 milliseconds