Home
last modified time | relevance | path

Searched refs:EXTSPERSUM (Results 1 – 2 of 2) sorted by relevance

/fs/jfs/
Djfs_imap.h30 #define EXTSPERSUM 32 /* number of extents per summary map entry */ macro
Djfs_imap.c1014 bitno = extno & (EXTSPERSUM - 1); in diFree()
1217 bitno = extno & (EXTSPERSUM - 1); in diFree()
1493 bitno = extno & (EXTSPERSUM - 1); in diAlloc()
1500 mask = ONES << (EXTSPERSUM - bitno); in diAlloc()
1843 if (rem >= EXTSPERSUM) { in diAllocIno()
1966 if (rem >= EXTSPERSUM) { in diAllocExt()
2103 bitno = extno & (EXTSPERSUM - 1); in diAllocBit()
2376 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()