Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dsufile.c320 __u64 segnum, maxsegnum, last_alloc; in nilfs_sufile_alloc() local
336 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
342 if (segnum > maxsegnum) { in nilfs_sufile_alloc()
350 maxsegnum = last_alloc; in nilfs_sufile_alloc()
354 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()
357 maxsegnum = sui->allocmin - 1; in nilfs_sufile_alloc()
372 sufile, segnum, maxsegnum); in nilfs_sufile_alloc()