Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsufile.c314 __u64 segnum, maxsegnum, last_alloc; in nilfs_sufile_alloc() local
330 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
336 if (segnum > maxsegnum) { in nilfs_sufile_alloc()
344 maxsegnum = last_alloc; in nilfs_sufile_alloc()
348 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()
351 maxsegnum = sui->allocmin - 1; in nilfs_sufile_alloc()
367 sufile, segnum, maxsegnum); in nilfs_sufile_alloc()