Home
last modified time | relevance | path

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

/linux-2.6.39/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.c1202 if (leaf[word] < BUDMIN) in dbAllocNext()
1213 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1294 if (leaf[word] < BUDMIN) in dbAllocNear()
1916 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2125 dbSplit(tp, word, BUDMIN, in dbAllocBits()
2146 if (leaf[word] < BUDMIN) { in dbAllocBits()
2169 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2301 (word, L2LPERDMAP, BUDMIN), in dbFreeBits()
2312 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
2977 return (BUDMIN); in dbMaxBud()
[all …]