Lines Matching refs:ONES
502 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
526 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1185 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2223 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2242 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2373 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
3044 mask = ONES << (DBWORD - nb); in dbFindBits()
3311 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3322 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3785 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3787 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3819 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3825 dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES); in dbInitDmap()