Searched refs:dbSplit (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dmap.c | 107 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval); 2203 dbSplit(tp, word, BUDMIN, in dbAllocBits() 2244 dbSplit(tp, word, size, NOFREE); in dbAllocBits() 2533 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl() 2573 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl() 2623 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit() function 2736 dbSplit(tp, bud, cursz, cursz); in dbBackSplit()
|