Home
last modified time | relevance | path

Searched refs:L2DBWORD (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_dmap.c478 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()
[all …]
Djfs_dmap.h29 #define L2DBWORD 5 /* l2 # of blks covered by a mword */ macro
30 #define BUDMIN L2DBWORD /* max free string in a map word */