Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_types.h42 #define HIGHORDER 0x80000000u /* high order bit on */ macro
H A Djfs_imap.c911 mask = HIGHORDER >> bitno; in diFree()
993 cpu_to_le32(~(HIGHORDER >> bitno)); in diFree()
1195 mask = HIGHORDER >> bitno; in diFree()
2052 mask = HIGHORDER >> bitno; in diAllocBit()
2079 iagp->inosmap[sword] |= cpu_to_le32(HIGHORDER >> bitno); in diAllocBit()
2346 iagp->wmap[extno] = cpu_to_le32(HIGHORDER); in diNewExt()
2354 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()
2701 if ((word & HIGHORDER) == 0) in diFindFree()
2760 mask = HIGHORDER >> bitno; in diUpdatePMap()
H A Djfs_dmap.c3120 if (value & HIGHORDER) in cntlz()