Lines Matching refs:L2DBWORD
473 word = dbitno >> L2DBWORD; in dbUpdatePMap()
511 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
512 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1073 word = dbitno >> L2DBWORD; in dbAllocNext()
1122 nwords = rembits >> L2DBWORD; in dbAllocNext()
1123 nb = nwords << L2DBWORD; in dbAllocNext()
1201 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1215 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
1943 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2065 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2119 word = dbitno >> L2DBWORD; in dbAllocBits()
2168 nwords = rembits >> L2DBWORD; in dbAllocBits()
2173 nb = nwords << L2DBWORD; in dbAllocBits()
2263 word = dbitno >> L2DBWORD; in dbFreeBits()
2316 nwords = rembits >> L2DBWORD; in dbFreeBits()
2321 nb = nwords << L2DBWORD; in dbFreeBits()
3211 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3252 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3256 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3700 w = blkno >> L2DBWORD; in dbInitDmap()
3725 nw = r >> L2DBWORD; in dbInitDmap()
3730 nb = nw << L2DBWORD; in dbInitDmap()
3744 w = blkno >> L2DBWORD; in dbInitDmap()