ns_blocks_per_segment  912 fs/nilfs2/ioctl.c 		if (argv[n].v_nmembs > nsegs * nilfs->ns_blocks_per_segment)
ns_blocks_per_segment 1129 fs/nilfs2/ioctl.c 	segbytes = nilfs->ns_blocks_per_segment * nilfs->ns_blocksize;
ns_blocks_per_segment  217 fs/nilfs2/recovery.c 	if (unlikely(nblock == 0 || nblock > nilfs->ns_blocks_per_segment))
ns_blocks_per_segment  912 fs/nilfs2/sufile.c 				nilfs->ns_blocks_per_segment))
ns_blocks_per_segment 1034 fs/nilfs2/sufile.c 	max_blocks = ((u64)nilfs->ns_nsegments * nilfs->ns_blocks_per_segment);
ns_blocks_per_segment  414 fs/nilfs2/super.c 	do_div(newnsegs, nilfs->ns_blocks_per_segment);
ns_blocks_per_segment  606 fs/nilfs2/super.c 	blocks = nilfs->ns_blocks_per_segment * nilfs->ns_nsegments
ns_blocks_per_segment  608 fs/nilfs2/super.c 	nrsvblocks = nilfs->ns_nrsvsegs * nilfs->ns_blocks_per_segment;
ns_blocks_per_segment  379 fs/nilfs2/sysfs.c 	return snprintf(buf, PAGE_SIZE, "%lu\n", nilfs->ns_blocks_per_segment);
ns_blocks_per_segment  407 fs/nilfs2/the_nilfs.c 	nilfs->ns_blocks_per_segment = le32_to_cpu(sbp->s_blocks_per_segment);
ns_blocks_per_segment  408 fs/nilfs2/the_nilfs.c 	if (nilfs->ns_blocks_per_segment < NILFS_SEG_MIN_BLOCKS) {
ns_blocks_per_segment  411 fs/nilfs2/the_nilfs.c 			  nilfs->ns_blocks_per_segment);
ns_blocks_per_segment  701 fs/nilfs2/the_nilfs.c 	*nblocks = (sector_t)ncleansegs * nilfs->ns_blocks_per_segment;
ns_blocks_per_segment  711 fs/nilfs2/the_nilfs.c 		nilfs->ns_blocks_per_segment + 1;
ns_blocks_per_segment  179 fs/nilfs2/the_nilfs.h 	unsigned long		ns_blocks_per_segment;
ns_blocks_per_segment  311 fs/nilfs2/the_nilfs.h 	*seg_start = (sector_t)nilfs->ns_blocks_per_segment * segnum;
ns_blocks_per_segment  312 fs/nilfs2/the_nilfs.h 	*seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1;
ns_blocks_per_segment  321 fs/nilfs2/the_nilfs.h 		(sector_t)nilfs->ns_blocks_per_segment * segnum;
ns_blocks_per_segment  329 fs/nilfs2/the_nilfs.h 	sector_div(segnum, nilfs->ns_blocks_per_segment);