Lines Matching refs:ONES
527 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
551 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1142 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2188 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2207 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2338 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
3030 mask = ONES << (DBWORD - nb); in dbFindBits()
3297 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3308 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3771 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3773 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3805 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3811 dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES); in dbInitDmap()