Lines Matching refs:L2DBWORD
503 word = dbitno >> L2DBWORD; in dbUpdatePMap()
541 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
542 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1103 word = dbitno >> L2DBWORD; in dbAllocNext()
1152 nwords = rembits >> L2DBWORD; in dbAllocNext()
1153 nb = nwords << L2DBWORD; in dbAllocNext()
1231 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1245 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
1978 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2100 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2154 word = dbitno >> L2DBWORD; in dbAllocBits()
2203 nwords = rembits >> L2DBWORD; in dbAllocBits()
2208 nb = nwords << L2DBWORD; in dbAllocBits()
2298 word = dbitno >> L2DBWORD; in dbFreeBits()
2351 nwords = rembits >> L2DBWORD; in dbFreeBits()
2356 nb = nwords << L2DBWORD; in dbFreeBits()
3260 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3301 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3305 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3749 w = blkno >> L2DBWORD; in dbInitDmap()
3774 nw = r >> L2DBWORD; in dbInitDmap()
3779 nb = nw << L2DBWORD; in dbInitDmap()
3793 w = blkno >> L2DBWORD; in dbInitDmap()