HomeSort by: relevance | last modified time | path
    Searched defs:MAXBSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/include/
param.h 56 #define MAXBSIZE 0x8000 /* max FS block size */
  /src/sys/arch/sun2/include/
param.h 72 #define MAXBSIZE 0x4000 /* max FS block size */
  /src/sys/sys/
param.h 386 * The file system is made out of blocks of at most MAXBSIZE units, with
387 * smaller units (fragments) only in the last direct block. MAXBSIZE
392 #ifndef MAXBSIZE /* XXX */
393 #define MAXBSIZE MAXPHYS
402 * two, and must be less than or equal to MAXBSIZE. It must be the
  /src/tools/compat/
compat_defs.h 1264 #ifndef MAXBSIZE
1265 #define MAXBSIZE (64 * 1024)

Completed in 14 milliseconds