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

  /src/sys/lib/libsa/
minixfs3.h 96 #define MINBSIZE (1 << LOG_MINBSIZE)
  /src/sys/ufs/ext2fs/
ext2fs.h 100 * MINBSIZE is the smallest allowable block size.
101 * MINBSIZE must be big enough to hold a cylinder group block,
102 * thus changes to (struct cg) must keep its size within MINBSIZE.
104 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
107 #define MINBSIZE (1 << LOG_MINBSIZE)
  /src/sys/ufs/ffs/
fs.h 133 * 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

Completed in 14 milliseconds