Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c473 word = dbitno >> L2DBWORD; in dbUpdatePMap()
511 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
512 nbits = nwords << L2DBWORD; in dbUpdatePMap()
1141 word = dbitno >> L2DBWORD; in dbAllocNext()
1190 nwords = rembits >> L2DBWORD; in dbAllocNext()
1191 nb = nwords << L2DBWORD; in dbAllocNext()
1269 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()
1283 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()
2011 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()
2133 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()
[all …]
H A Djfs_dmap.h16 #define L2DBWORD 5 /* l2 # of blks covered by a mword */ macro
17 #define BUDMIN L2DBWORD /* max free string in a map word */