Lines Matching refs:L2DBWORD
478 word = dbitno >> L2DBWORD; in dbUpdatePMap()
516 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
517 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1146 word = dbitno >> L2DBWORD; in dbAllocNext()
1195 nwords = rembits >> L2DBWORD; in dbAllocNext()
1196 nb = nwords << L2DBWORD; in dbAllocNext()
1274 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1288 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
2016 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2138 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2192 word = dbitno >> L2DBWORD; in dbAllocBits()
2241 nwords = rembits >> L2DBWORD; in dbAllocBits()
2246 nb = nwords << L2DBWORD; in dbAllocBits()
2336 word = dbitno >> L2DBWORD; in dbFreeBits()
2389 nwords = rembits >> L2DBWORD; in dbFreeBits()
2394 nb = nwords << L2DBWORD; in dbFreeBits()
3280 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3321 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3325 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3769 w = blkno >> L2DBWORD; in dbInitDmap()
3794 nw = r >> L2DBWORD; in dbInitDmap()
3799 nb = nw << L2DBWORD; in dbInitDmap()
3813 w = blkno >> L2DBWORD; in dbInitDmap()