Searched refs:EXTSPERSUM (Results 1 – 2 of 2) sorted by relevance
17 #define EXTSPERSUM 32 /* number of extents per summary map entry */ macro
991 bitno = extno & (EXTSPERSUM - 1); in diFree()1194 bitno = extno & (EXTSPERSUM - 1); in diFree()1472 bitno = extno & (EXTSPERSUM - 1); in diAlloc()1479 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()1820 if (rem >= EXTSPERSUM) { in diAllocIno()1942 if (rem >= EXTSPERSUM) { in diAllocExt()2078 bitno = extno & (EXTSPERSUM - 1); in diAllocBit()2354 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()