Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dmap.h275 #define BUDSIZE(s,m) (1 << ((s) - (m))) macro
H A Djfs_dmap.c1172 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
2240 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2383 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
2644 budsz = BUDSIZE(cursz, tp->dmt_budmin); in dbSplit()
2720 budsz = BUDSIZE(size, tp->dmt_budmin); in dbBackSplit()
2798 budsz = BUDSIZE(newval, tp->dmt_budmin); in dbJoin()