Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsufile.c278 struct nilfs_sufile_info *sui = NILFS_SUI(sufile); in nilfs_sufile_set_alloc_range() local
286 sui->allocmin = start; in nilfs_sufile_set_alloc_range()
287 sui->allocmax = end; in nilfs_sufile_set_alloc_range()
316 struct nilfs_sufile_info *sui = NILFS_SUI(sufile); in nilfs_sufile_alloc() local
335 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
337 if (segnum < sui->allocmin || segnum > sui->allocmax) in nilfs_sufile_alloc()
338 segnum = sui->allocmin; in nilfs_sufile_alloc()
342 if (cnt < sui->allocmax - sui->allocmin + 1) { in nilfs_sufile_alloc()
348 segnum = sui->allocmin; in nilfs_sufile_alloc()
350 } else if (segnum > sui->allocmin && in nilfs_sufile_alloc()
[all …]