Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dmap.h275 #define BUDSIZE(s,m) (1 << ((s) - (m))) macro
H A Djfs_dmap.c1157 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
2225 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2368 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
2629 budsz = BUDSIZE(cursz, tp->dmt_budmin); in dbSplit()
2705 budsz = BUDSIZE(size, tp->dmt_budmin); in dbBackSplit()
2783 budsz = BUDSIZE(newval, tp->dmt_budmin); in dbJoin()