Searched refs:dbSplit (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_dmap.c | 79 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval); 2265 dbSplit(tp, word, BUDMIN, in dbAllocBits() 2306 dbSplit(tp, word, size, NOFREE); in dbAllocBits() 2603 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl() 2645 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl() 2694 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit() function 2810 dbSplit(tp, bud, cursz, cursz); in dbBackSplit()
|