Searched refs:MINBSIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h104 * MINBSIZE is the smallest allowable block size.
106 * 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
107 * MINBSIZE must be big enough to hold a cylinder group block,
108 * thus changes to (struct cg) must keep its size within MINBSIZE.
110 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
112 #define MINBSIZE 4096 macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h133 * MINBSIZE is the smallest allowable block size.
135 * 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
136 * MINBSIZE must be big enough to hold a cylinder group block,
137 * thus changes to (struct cg) must keep its size within MINBSIZE.
139 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
141 #define MINBSIZE 4096 macro
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h104 * MINBSIZE is the smallest allowable block size.
106 * 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
107 * MINBSIZE must be big enough to hold a cylinder group block,
108 * thus changes to (struct cg) must keep its size within MINBSIZE.
110 * and that both SBLOCKSIZE and MAXBSIZE must be >= MINBSIZE.
112 #define MINBSIZE 4096 macro
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c97 * MINBSIZE <= DESBLKSIZE <= MAXBSIZE
255 if (bsize < MINBSIZE || bsize > MAXBSIZE)
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c122 * MINBSIZE <= DESBLKSIZE <= MAXBSIZE
1045 range_check(&bsize, "bsize", MINBSIZE, MAXBSIZE, DESBLKSIZE,
1747 sblock.fs_bsize == MINBSIZE)

Completed in 99 milliseconds