Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nilfs2/
Dsufile.c309 __u64 segnum, maxsegnum, last_alloc; in nilfs_sufile_alloc() local
325 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
331 if (segnum > maxsegnum) { in nilfs_sufile_alloc()
339 maxsegnum = last_alloc; in nilfs_sufile_alloc()
343 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()
346 maxsegnum = sui->allocmin - 1; in nilfs_sufile_alloc()
361 sufile, segnum, maxsegnum); in nilfs_sufile_alloc()