Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dmap.h17 #define BUDMIN L2DBWORD /* max free string in a map word */ macro
265 #define NLSTOL2BSZ(n) (31 - cntlz((n)) + BUDMIN)
Djfs_dmap.c1131 if (leaf[word] < BUDMIN) in dbAllocNext()
1142 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1222 if (leaf[word] < BUDMIN) in dbAllocNear()
1949 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2158 dbSplit(tp, word, BUDMIN, in dbAllocBits()
2179 if (leaf[word] < BUDMIN) { in dbAllocBits()
2202 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2334 (word, L2LPERDMAP, BUDMIN), in dbFreeBits()
2345 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
3012 return (BUDMIN); in dbMaxBud()
[all …]