Lines Matching refs:ONES
539 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
563 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1261 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2195 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2214 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2344 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
2996 mask = ONES << (DBWORD - nb); in dbFindBits()
3270 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3281 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3746 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3748 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3780 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3786 dp->pmap[i] = dp->wmap[i] = ONES; in dbInitDmap()