Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_dmap.c465 word = dbitno >> L2DBWORD; in dbUpdatePMap()
1133 word = dbitno >> L2DBWORD; in dbAllocNext()
1183 nb = nwords << L2DBWORD; in dbAllocNext()
2179 word = dbitno >> L2DBWORD; in dbAllocBits()
2233 nb = nwords << L2DBWORD; in dbAllocBits()
2323 word = dbitno >> L2DBWORD; in dbFreeBits()
2381 nb = nwords << L2DBWORD; in dbFreeBits()
3760 w = blkno >> L2DBWORD; in dbInitDmap()
3785 nw = r >> L2DBWORD; in dbInitDmap()
3790 nb = nw << L2DBWORD; in dbInitDmap()
[all …]
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 */

Completed in 11 milliseconds