Lines Matching refs:ONES
520 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
544 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1135 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2176 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2195 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2326 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
3001 mask = ONES << (DBWORD - nb); in dbFindBits()
3268 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3279 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3742 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3744 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3776 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3782 dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES); in dbInitDmap()