Lines Matching refs:ONES
497 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
521 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1180 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2218 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2237 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2368 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
3039 mask = ONES << (DBWORD - nb); in dbFindBits()
3306 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3317 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3780 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3782 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3814 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3820 dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES); in dbInitDmap()