Lines Matching refs:L2DBWORD
488 word = dbitno >> L2DBWORD; in dbUpdatePMap()
526 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
527 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1088 word = dbitno >> L2DBWORD; in dbAllocNext()
1137 nwords = rembits >> L2DBWORD; in dbAllocNext()
1138 nb = nwords << L2DBWORD; in dbAllocNext()
1216 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1230 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
1958 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2080 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2134 word = dbitno >> L2DBWORD; in dbAllocBits()
2183 nwords = rembits >> L2DBWORD; in dbAllocBits()
2188 nb = nwords << L2DBWORD; in dbAllocBits()
2278 word = dbitno >> L2DBWORD; in dbFreeBits()
2331 nwords = rembits >> L2DBWORD; in dbFreeBits()
2336 nb = nwords << L2DBWORD; in dbFreeBits()
3226 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3267 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3271 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3715 w = blkno >> L2DBWORD; in dbInitDmap()
3740 nw = r >> L2DBWORD; in dbInitDmap()
3745 nb = nw << L2DBWORD; in dbInitDmap()
3759 w = blkno >> L2DBWORD; in dbInitDmap()