Searched refs:dbSplit (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/jfs/ |
D | jfs_dmap.c | 66 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval); 2173 dbSplit(tp, word, BUDMIN, in dbAllocBits() 2214 dbSplit(tp, word, size, NOFREE); in dbAllocBits() 2513 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl() 2557 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl() 2606 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit() function 2722 dbSplit(tp, bud, cursz, cursz); in dbBackSplit()
|