Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.h275 #define BUDSIZE(s,m) (1 << ((s) - (m))) macro
H A Djfs_dmap.c1210 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
2270 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2413 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
2670 budsz = BUDSIZE(cursz, tp->dmt_budmin); in dbSplit()
2746 budsz = BUDSIZE(size, tp->dmt_budmin); in dbBackSplit()
2824 budsz = BUDSIZE(newval, tp->dmt_budmin); in dbJoin()