Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_imap.h17 #define EXTSPERSUM 32 /* number of extents per summary map entry */ macro
Djfs_imap.c987 bitno = extno & (EXTSPERSUM - 1); in diFree()
1190 bitno = extno & (EXTSPERSUM - 1); in diFree()
1465 bitno = extno & (EXTSPERSUM - 1); in diAlloc()
1472 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()
1813 if (rem >= EXTSPERSUM) { in diAllocIno()
1935 if (rem >= EXTSPERSUM) { in diAllocExt()
2071 bitno = extno & (EXTSPERSUM - 1); in diAllocBit()
2344 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()