Lines Matching refs:L2DBWORD
503 word = dbitno >> L2DBWORD; in dbUpdatePMap()
541 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
542 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1103 word = dbitno >> L2DBWORD; in dbAllocNext()
1152 nwords = rembits >> L2DBWORD; in dbAllocNext()
1153 nb = nwords << L2DBWORD; in dbAllocNext()
1231 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1245 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
1976 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2098 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
2152 word = dbitno >> L2DBWORD; in dbAllocBits()
2201 nwords = rembits >> L2DBWORD; in dbAllocBits()
2206 nb = nwords << L2DBWORD; in dbAllocBits()
2296 word = dbitno >> L2DBWORD; in dbFreeBits()
2349 nwords = rembits >> L2DBWORD; in dbFreeBits()
2354 nb = nwords << L2DBWORD; in dbFreeBits()
3255 word = dbitno >> L2DBWORD; in dbAllocDmapBU()
3296 nwords = rembits >> L2DBWORD; in dbAllocDmapBU()
3300 nb = nwords << L2DBWORD; in dbAllocDmapBU()
3744 w = blkno >> L2DBWORD; in dbInitDmap()
3769 nw = r >> L2DBWORD; in dbInitDmap()
3774 nb = nw << L2DBWORD; in dbInitDmap()
3788 w = blkno >> L2DBWORD; in dbInitDmap()