Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dsufile.c308 __u64 segnum, maxsegnum, last_alloc; in nilfs_sufile_alloc() local
324 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
330 if (segnum > maxsegnum) { in nilfs_sufile_alloc()
338 maxsegnum = last_alloc; in nilfs_sufile_alloc()
342 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()
345 maxsegnum = sui->allocmin - 1; in nilfs_sufile_alloc()
360 sufile, segnum, maxsegnum); in nilfs_sufile_alloc()