Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1146 if (leaf[word] < BUDMIN) in dbAllocNext()
1157 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1237 if (leaf[word] < BUDMIN) in dbAllocNear()
1964 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2173 dbSplit(tp, word, BUDMIN, in dbAllocBits()
2194 if (leaf[word] < BUDMIN) { in dbAllocBits()
2217 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2349 (word, L2LPERDMAP, BUDMIN), in dbFreeBits()
2360 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
3027 return (BUDMIN); in dbMaxBud()
[all …]