Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c66 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl);
2196 dbSplit(tp, word, BUDMIN, in dbAllocBits()
2237 dbSplit(tp, word, size, NOFREE, false); in dbAllocBits()
2536 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl()
2580 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl()
2629 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) in dbSplit() function
2745 dbSplit(tp, bud, cursz, cursz, is_ctl); in dbBackSplit()