Lines Matching refs:L2DBWORD
473 word = dbitno >> L2DBWORD; in dbUpdatePMap()
511 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
512 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1141 word = dbitno >> L2DBWORD; in dbAllocNext()
1190 nwords = rembits >> L2DBWORD; in dbAllocNext()
1191 nb = nwords << L2DBWORD; in dbAllocNext()
1269 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1283 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
2011 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2133 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2187 word = dbitno >> L2DBWORD; in dbAllocBits()
2236 nwords = rembits >> L2DBWORD; in dbAllocBits()
2241 nb = nwords << L2DBWORD; in dbAllocBits()
2331 word = dbitno >> L2DBWORD; in dbFreeBits()
2384 nwords = rembits >> L2DBWORD; in dbFreeBits()
2389 nb = nwords << L2DBWORD; in dbFreeBits()
3275 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3316 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3320 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3764 w = blkno >> L2DBWORD; in dbInitDmap()
3789 nw = r >> L2DBWORD; in dbInitDmap()
3794 nb = nw << L2DBWORD; in dbInitDmap()
3808 w = blkno >> L2DBWORD; in dbInitDmap()