Searched refs:fs_maxbpg (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/tools/tools/find-sb/
H A Dmini_ufs.h78 int32_t fs_maxbpg; /* max number of blks per cyl group */ member in struct:fs
/freebsd-current/usr.sbin/makefs/ffs/
H A Dffs_alloc.c124 * direct blocks. Each additional section contains fs_maxbpg blocks.
156 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
167 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
195 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
206 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
H A Dmkfs.c461 sblock.fs_maxbpg = maxbpg;
/freebsd-current/sbin/dumpfs/
H A Ddumpfs.c193 "maxbsize", afs.fs_maxbsize, afs.fs_maxbpg,
212 afs.fs_maxbpg, afs.fs_maxcontig, afs.fs_contigsumsize);
439 printf("-e %d ", fs->fs_maxbpg);
/freebsd-current/sbin/tunefs/
H A Dtunefs.c336 if (sblock.fs_maxbpg == evalue)
340 name, sblock.fs_maxbpg, evalue);
341 sblock.fs_maxbpg = evalue;
1085 sblock.fs_maxbpg);
/freebsd-current/sys/ufs/ffs/
H A Dfs.h367 int32_t fs_maxbpg; /* max number of blks per cyl group */ member in struct:fs
H A Dffs_alloc.c1377 * direct blocks and the next fs_maxbpg blocks. Each additional section
1378 * contains fs_maxbpg blocks.
1470 if (indx % fs->fs_maxbpg == 0 || prevbn == 0) {
1489 startcg = inocg + lbn / fs->fs_maxbpg;
1582 if (indx % fs->fs_maxbpg == 0 || prevbn == 0) {
1601 startcg = inocg + lbn / fs->fs_maxbpg;
/freebsd-current/sbin/growfs/
H A Ddebug.c183 sb->fs_maxbpg);
/freebsd-current/sbin/newfs/
H A Dmkfs.c469 sblock.fs_maxbpg = MAXBLKPG(sblock.fs_bsize);
471 sblock.fs_maxbpg = maxbpg;

Completed in 266 milliseconds