Lines Matching refs:L2DBWORD
496 word = dbitno >> L2DBWORD; in dbUpdatePMap()
534 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
535 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1096 word = dbitno >> L2DBWORD; in dbAllocNext()
1145 nwords = rembits >> L2DBWORD; in dbAllocNext()
1146 nb = nwords << L2DBWORD; in dbAllocNext()
1224 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1238 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
1969 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2091 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2145 word = dbitno >> L2DBWORD; in dbAllocBits()
2194 nwords = rembits >> L2DBWORD; in dbAllocBits()
2199 nb = nwords << L2DBWORD; in dbAllocBits()
2289 word = dbitno >> L2DBWORD; in dbFreeBits()
2342 nwords = rembits >> L2DBWORD; in dbFreeBits()
2347 nb = nwords << L2DBWORD; in dbFreeBits()
3237 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3278 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3282 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3726 w = blkno >> L2DBWORD; in dbInitDmap()
3751 nw = r >> L2DBWORD; in dbInitDmap()
3756 nb = nw << L2DBWORD; in dbInitDmap()
3770 w = blkno >> L2DBWORD; in dbInitDmap()