Lines Matching refs:wmap
1173 if ((mask & ~le32_to_cpu(dp->wmap[word])) != mask) in dbAllocNext()
1284 dbFindBits(le32_to_cpu(dp->wmap[word]), l2nb); in dbAllocNear()
2010 blkno += dbFindBits(le32_to_cpu(dp->wmap[leafidx]), l2nb); in dbAllocDmapLev()
2210 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2219 dbMaxBud((u8 *) & dp->wmap[word])); in dbAllocBits()
2229 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2359 dp->wmap[word] &= in dbFreeBits()
2366 dbMaxBud((u8 *) & dp->wmap[word])); in dbFreeBits()
2377 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
3302 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3313 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3750 memset(&dp->wmap[0], 0, LPERDMAP * 4); in dbInitDmap()
3776 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3786 memset(&dp->wmap[w], 0, nw * 4); in dbInitDmap()
3810 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3816 dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES); in dbInitDmap()
3860 *cp++ = dbMaxBud((u8 *) & dp->wmap[i]); in dbInitDmapTree()