Lines Matching refs:wmap
1181 if ((mask & ~le32_to_cpu(dp->wmap[word])) != mask) in dbAllocNext()
1292 dbFindBits(le32_to_cpu(dp->wmap[word]), l2nb); in dbAllocNear()
2018 blkno += dbFindBits(le32_to_cpu(dp->wmap[leafidx]), l2nb); in dbAllocDmapLev()
2218 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2227 dbMaxBud((u8 *) & dp->wmap[word])); in dbAllocBits()
2237 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2367 dp->wmap[word] &= in dbFreeBits()
2374 dbMaxBud((u8 *) & dp->wmap[word])); in dbFreeBits()
2385 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
3306 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3317 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3754 memset(&dp->wmap[0], 0, LPERDMAP * 4); in dbInitDmap()
3780 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3790 memset(&dp->wmap[w], 0, nw * 4); in dbInitDmap()
3814 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap()
3820 dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES); in dbInitDmap()
3864 *cp++ = dbMaxBud((u8 *) & dp->wmap[i]); in dbInitDmapTree()