Searched refs:MAXL1SIZE (Results 1 – 2 of 2) sorted by relevance
55 #define MAXL1SIZE ((s64)1 << L2MAXL1SIZE) macro130 (((size) <= MAXL0SIZE) ? 0 : ((size) <= MAXL1SIZE) ? 1 : 2)
1514 blkno &= ~(MAXL1SIZE - 1); in dbAllocAG()3527 j = (blkno & (MAXL1SIZE - 1)) >> L2MAXL0SIZE; in dbExtendFS()