Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nilfs2/
Dsufile.c31 __u64 allocmin; /* lower limit of allocatable segment range */ member
283 sui->allocmin = start; in nilfs_sufile_set_alloc_range()
333 if (segnum < sui->allocmin || segnum > sui->allocmax) in nilfs_sufile_alloc()
334 segnum = sui->allocmin; in nilfs_sufile_alloc()
338 if (cnt < sui->allocmax - sui->allocmin + 1) { in nilfs_sufile_alloc()
344 segnum = sui->allocmin; in nilfs_sufile_alloc()
346 } else if (segnum > sui->allocmin && in nilfs_sufile_alloc()
350 } else if (sui->allocmin > 0) { in nilfs_sufile_alloc()
352 maxsegnum = sui->allocmin - 1; in nilfs_sufile_alloc()
837 sui->allocmin = 0; in nilfs_sufile_resize()
[all …]