Home
last modified time | relevance | path

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

/fs/nilfs2/
A Dthe_nilfs.c440 u64 nsegments, nblocks; in nilfs_store_disk_layout() local
491 nsegments = le64_to_cpu(sbp->s_nsegments); in nilfs_store_disk_layout()
492 if (nsegments > nilfs_max_segment_count(nilfs)) { in nilfs_store_disk_layout()
495 (unsigned long long)nsegments, in nilfs_store_disk_layout()
502 u64 min_block_count = nsegments * nilfs->ns_blocks_per_segment; in nilfs_store_disk_layout()
518 nilfs_set_nsegments(nilfs, nsegments); in nilfs_store_disk_layout()
560 u64 nsegments = le64_to_cpu(sbp->s_nsegments); in nilfs_sb2_bad_offset() local
569 return index < nsegments; in nilfs_sb2_bad_offset()
A Dsufile.c317 unsigned long nsegments, nsus, cnt; in nilfs_sufile_alloc() local
329 nsegments = nilfs_sufile_get_nsegments(sufile); in nilfs_sufile_alloc()
335 for (cnt = 0; cnt < nsegments; cnt += nsus) { in nilfs_sufile_alloc()
346 sui->allocmax + 1 < nsegments) { in nilfs_sufile_alloc()
348 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()

Completed in 9 milliseconds