Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c496 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
520 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1182 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2116 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2135 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2266 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
2939 mask = ONES << (DBWORD - nb); in dbFindBits()
3209 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3220 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3684 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
[all …]
Djfs_types.h58 #define ONES 0xffffffffu /* all bit on */ macro
Djfs_imap.c1012 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree()
1500 mask = ONES << (EXTSPERSUM - bitno); in diAlloc()
2101 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit()
2600 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()