Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dsufile.c32 __u64 allocmax; /* upper limit of allocatable segment range */ member
277 sui->allocmax = end; in nilfs_sufile_set_alloc_range()
324 maxsegnum = sui->allocmax; in nilfs_sufile_alloc()
326 if (segnum < sui->allocmin || segnum > sui->allocmax) in nilfs_sufile_alloc()
331 if (cnt < sui->allocmax - sui->allocmin + 1) { in nilfs_sufile_alloc()
340 sui->allocmax + 1 < nsegments) { in nilfs_sufile_alloc()
341 segnum = sui->allocmax + 1; in nilfs_sufile_alloc()
817 sui->allocmax = newnsegs - 1; in nilfs_sufile_resize()
1250 sui->allocmax = nilfs_sufile_get_nsegments(sufile) - 1; in nilfs_sufile_read()