Lines Matching refs:wmap
1186 if ((mask & ~le32_to_cpu(dp->wmap[word])) != mask) in dbAllocNext()
1297 dbFindBits(le32_to_cpu(dp->wmap[word]), l2nb); in dbAllocNear()
2023 blkno += dbFindBits(le32_to_cpu(dp->wmap[leafidx]), l2nb); in dbAllocDmapLev()
2223 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2232 dbMaxBud((u8 *) & dp->wmap[word])); in dbAllocBits()
2242 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2372 dp->wmap[word] &= in dbFreeBits()
2379 dbMaxBud((u8 *) & dp->wmap[word])); in dbFreeBits()
2390 memset(&dp->wmap[word], 0, nwords * 4); in dbFreeBits()
3311 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3322 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3759 memset(&dp->wmap[0], 0, LPERDMAP * 4); in dbInitDmap()
3785 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
3795 memset(&dp->wmap[w], 0, nw * 4); 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()
3869 *cp++ = dbMaxBud((u8 *) & dp->wmap[i]); in dbInitDmapTree()