Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_types.h57 #define HIGHORDER 0x80000000u /* high order bit on */ macro
Djfs_imap.c930 mask = HIGHORDER >> bitno; in diFree()
1013 cpu_to_le32(~(HIGHORDER >> bitno)); in diFree()
1215 mask = HIGHORDER >> bitno; in diFree()
2072 mask = HIGHORDER >> bitno; in diAllocBit()
2100 iagp->inosmap[sword] |= cpu_to_le32(HIGHORDER >> bitno); in diAllocBit()
2364 iagp->wmap[extno] = cpu_to_le32(HIGHORDER); in diNewExt()
2372 mask = HIGHORDER >> (extno & (EXTSPERSUM - 1)); in diNewExt()
2719 if ((word & HIGHORDER) == 0) in diFindFree()
2779 mask = HIGHORDER >> bitno; in diUpdatePMap()
Djfs_dmap.c3036 if (value & HIGHORDER) in cntlz()