Lines Matching refs:wmap
1136 if ((mask & ~le32_to_cpu(dp->wmap[word])) != mask) in dbAllocNext()
1247 dbFindBits(le32_to_cpu(dp->wmap[word]), l2nb); in dbAllocNear()
1976 blkno += dbFindBits(le32_to_cpu(dp->wmap[leafidx]), l2nb); in dbAllocDmapLev()
2176 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2185 dbMaxBud((u8 *) & dp->wmap[word])); in dbAllocBits()
2195 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2325 dp->wmap[word] &= in dbFreeBits()
2332 dbMaxBud((u8 *) & dp->wmap[word])); in dbFreeBits()
2343 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
3268 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3279 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3716 memset(&dp->wmap[0], 0, LPERDMAP * 4); in dbInitDmap()
3742 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3752 memset(&dp->wmap[w], 0, nw * 4); 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()
3826 *cp++ = dbMaxBud((u8 *) & dp->wmap[i]); in dbInitDmapTree()