Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c497 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
521 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1183 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2117 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2136 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2267 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
2940 mask = ONES << (DBWORD - nb); in dbFindBits()
3207 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3218 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3682 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
[all …]
Djfs_types.h58 #define ONES 0xffffffffu /* all bit on */ macro
Djfs_imap.c1009 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree()
1496 mask = ONES << (EXTSPERSUM - bitno); in diAlloc()
2097 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit()
2597 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()