Lines Matching refs:L2DBWORD
492 word = dbitno >> L2DBWORD; in dbUpdatePMap()
530 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
531 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1092 word = dbitno >> L2DBWORD; in dbAllocNext()
1141 nwords = rembits >> L2DBWORD; in dbAllocNext()
1142 nb = nwords << L2DBWORD; in dbAllocNext()
1220 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1234 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
1978 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2100 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2154 word = dbitno >> L2DBWORD; in dbAllocBits()
2203 nwords = rembits >> L2DBWORD; in dbAllocBits()
2208 nb = nwords << L2DBWORD; in dbAllocBits()
2298 word = dbitno >> L2DBWORD; in dbFreeBits()
2351 nwords = rembits >> L2DBWORD; in dbFreeBits()
2356 nb = nwords << L2DBWORD; in dbFreeBits()
3263 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3304 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3308 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3752 w = blkno >> L2DBWORD; in dbInitDmap()
3777 nw = r >> L2DBWORD; in dbInitDmap()
3782 nb = nw << L2DBWORD; in dbInitDmap()
3796 w = blkno >> L2DBWORD; in dbInitDmap()