Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsufile.c26 * @allocmax: upper limit of allocatable segment range
32 __u64 allocmax; /* upper limit of allocatable segment range */ member
286 sui->allocmax = end; in nilfs_sufile_set_alloc_range()
330 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
332 if (segnum < sui->allocmin || segnum > sui->allocmax) in nilfs_sufile_alloc()
337 if (cnt < sui->allocmax - sui->allocmin + 1) { in nilfs_sufile_alloc()
346 sui->allocmax + 1 < nsegments) { in nilfs_sufile_alloc()
347 segnum = sui->allocmax + 1; in nilfs_sufile_alloc()
825 sui->allocmax = newnsegs - 1; in nilfs_sufile_resize()
1259 sui->allocmax in nilfs_sufile_read()
[all...]