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

/osnet-11/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

Completed in 15 milliseconds