Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c69 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl);
2651 dbAdjTree(tp, leafno ^ budsz, cursz, is_ctl); in dbSplit()
2663 dbAdjTree(tp, leafno, newval, is_ctl); in dbSplit()
2828 dbAdjTree(tp, buddy, NOFREE, is_ctl); in dbJoin()
2833 dbAdjTree(tp, leafno, NOFREE, is_ctl); in dbJoin()
2846 dbAdjTree(tp, leafno, newval, is_ctl); in dbJoin()
2867 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl) in dbAdjTree() function