Searched refs:EXTSPERSUM (Results 1 – 2 of 2) sorted by relevance
30 #define EXTSPERSUM 32 /* number of extents per summary map entry */ macro
1011 bitno = extno & (EXTSPERSUM - 1); in diFree()1214 bitno = extno & (EXTSPERSUM - 1); in diFree()1489 bitno = extno & (EXTSPERSUM - 1); in diAlloc()1496 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()1839 if (rem >= EXTSPERSUM) { in diAllocIno()1962 if (rem >= EXTSPERSUM) { in diAllocExt()2099 bitno = extno & (EXTSPERSUM - 1); in diAllocBit()2372 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()