Lines Matching refs:L2DBWORD
465 word = dbitno >> L2DBWORD; in dbUpdatePMap()
503 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
504 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1133 word = dbitno >> L2DBWORD; in dbAllocNext()
1182 nwords = rembits >> L2DBWORD; in dbAllocNext()
1183 nb = nwords << L2DBWORD; in dbAllocNext()
1261 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1275 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
2003 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2125 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2179 word = dbitno >> L2DBWORD; in dbAllocBits()
2228 nwords = rembits >> L2DBWORD; in dbAllocBits()
2233 nb = nwords << L2DBWORD; in dbAllocBits()
2323 word = dbitno >> L2DBWORD; in dbFreeBits()
2376 nwords = rembits >> L2DBWORD; in dbFreeBits()
2381 nb = nwords << L2DBWORD; in dbFreeBits()
3267 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3308 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3312 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3756 w = blkno >> L2DBWORD; in dbInitDmap()
3781 nw = r >> L2DBWORD; in dbInitDmap()
3786 nb = nw << L2DBWORD; in dbInitDmap()
3800 w = blkno >> L2DBWORD; in dbInitDmap()