Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_imap.h30 #define EXTSPERSUM 32 /* number of extents per summary map entry */ macro
Djfs_imap.c1002 bitno = extno & (EXTSPERSUM - 1); in diFree()
1205 bitno = extno & (EXTSPERSUM - 1); in diFree()
1480 bitno = extno & (EXTSPERSUM - 1); in diAlloc()
1487 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()
1828 if (rem >= EXTSPERSUM) { in diAllocIno()
1950 if (rem >= EXTSPERSUM) { in diAllocExt()
2086 bitno = extno & (EXTSPERSUM - 1); in diAllocBit()
2359 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()