Home
last modified time | relevance | path

Searched refs:maxsegnum (Results 1 – 1 of 1) sorted by relevance

/fs/nilfs2/
Dsufile.c318 __u64 segnum, maxsegnum, last_alloc; in nilfs_sufile_alloc() local
335 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
341 if (segnum > maxsegnum) { in nilfs_sufile_alloc()
349 maxsegnum = last_alloc; in nilfs_sufile_alloc()
353 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()
356 maxsegnum = sui->allocmin - 1; in nilfs_sufile_alloc()
370 sufile, segnum, maxsegnum); in nilfs_sufile_alloc()