Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.h30 #define BUDMIN L2DBWORD /* max free string in a map word */ macro
278 #define NLSTOL2BSZ(n) (31 - cntlz((n)) + BUDMIN)
Djfs_dmap.c1235 if (leaf[word] < BUDMIN) in dbAllocNext()
1246 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1326 if (leaf[word] < BUDMIN) in dbAllocNear()
2056 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2265 dbSplit(tp, word, BUDMIN, in dbAllocBits()
2286 if (leaf[word] < BUDMIN) { in dbAllocBits()
2309 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2441 (word, L2LPERDMAP, BUDMIN), in dbFreeBits()
2452 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
3115 return (BUDMIN); in dbMaxBud()
[all …]