Home
last modified time | relevance | path

Searched refs:HIGHORDER (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_imap.c910 mask = HIGHORDER >> bitno; in diFree()
992 cpu_to_le32(~(HIGHORDER >> bitno)); in diFree()
1194 mask = HIGHORDER >> bitno; in diFree()
2051 mask = HIGHORDER >> bitno; in diAllocBit()
2078 iagp->inosmap[sword] |= cpu_to_le32(HIGHORDER >> bitno); in diAllocBit()
2345 iagp->wmap[extno] = cpu_to_le32(HIGHORDER); in diNewExt()
2353 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()
2700 if ((word & HIGHORDER) == 0) in diFindFree()
2759 mask = HIGHORDER >> bitno; in diUpdatePMap()
Djfs_types.h42 #define HIGHORDER 0x80000000u /* high order bit on */ macro
Djfs_dmap.c3179 if (value & HIGHORDER) in cntlz()