allocmax           32 fs/nilfs2/sufile.c 	__u64 allocmax;		/* upper limit of allocatable segment range */
allocmax          278 fs/nilfs2/sufile.c 		sui->allocmax = end;
allocmax          325 fs/nilfs2/sufile.c 	maxsegnum = sui->allocmax;
allocmax          327 fs/nilfs2/sufile.c 	if (segnum < sui->allocmin || segnum > sui->allocmax)
allocmax          332 fs/nilfs2/sufile.c 			if (cnt < sui->allocmax - sui->allocmin + 1) {
allocmax          341 fs/nilfs2/sufile.c 				   sui->allocmax + 1 < nsegments) {
allocmax          342 fs/nilfs2/sufile.c 				segnum = sui->allocmax + 1;
allocmax         1208 fs/nilfs2/sufile.c 	sui->allocmax = nilfs_sufile_get_nsegments(sufile) - 1;