Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_imap.h30 #define EXTSPERSUM 32 /* number of extents per summary map entry */ macro
Djfs_imap.c1003 bitno = extno & (EXTSPERSUM - 1); in diFree()
1206 bitno = extno & (EXTSPERSUM - 1); in diFree()
1481 bitno = extno & (EXTSPERSUM - 1); in diAlloc()
1488 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()
1829 if (rem >= EXTSPERSUM) { in diAllocIno()
1951 if (rem >= EXTSPERSUM) { in diAllocExt()
2087 bitno = extno & (EXTSPERSUM - 1); in diAllocBit()
2360 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()