Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c66 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl);
2259 dbSplit(tp, word, BUDMIN, in dbAllocBits()
2300 dbSplit(tp, word, size, NOFREE, false); in dbAllocBits()
2597 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl()
2639 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl()
2688 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) in dbSplit() function
2804 dbSplit(tp, bud, cursz, cursz, is_ctl); in dbBackSplit()