Searched defs:MAXBSIZE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h74 * The file system is made out of blocks of at most MAXBSIZE units,
76 * MAXBSIZE primarily determines the size of buffers in the buffer
84 #define MAXBSIZE 8192 macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h128 * The file system is made out of blocks of at most MAXBSIZE units,
130 * MAXBSIZE primarily determines the size of buffers in the buffer
138 #define MAXBSIZE 8192 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h231 * MAXBSIZE - Filesystems are made out of blocks of at most MAXBSIZE bytes
232 * per block. MAXBSIZE may be made larger without effecting
235 * filesystems which require a block size exceeding MAXBSIZE.
238 * be >= MAXBSIZE and can be set differently for different
260 #define MAXBSIZE 65536 /* must be power of 2 */ macro
262 #define MAXBCACHEBUF MAXBSIZE /* must be a power of 2 >= MAXBSIZE */
273 * and must be less than or equal to MAXBSIZE. MAXSYMLINKS defines the
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h189 * The file system is made out of blocks of at most MAXBSIZE units,
191 * MAXBSIZE primarily determines the size of buffers in the buffer
199 #define MAXBSIZE 8192 macro
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h43 #define MAXBSIZE 8192 /* maximum allowed block size */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h227 * The file system is made out of blocks of at most MAXBSIZE units,
229 * MAXBSIZE primarily determines the size of buffers in the buffer
237 #define MAXBSIZE 8192 macro

Completed in 108 milliseconds