Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dmap.c69 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl);
2648 dbAdjTree(tp, leafno ^ budsz, cursz, is_ctl); in dbSplit()
2660 dbAdjTree(tp, leafno, newval, is_ctl); in dbSplit()
2825 dbAdjTree(tp, buddy, NOFREE, is_ctl); in dbJoin()
2830 dbAdjTree(tp, leafno, NOFREE, is_ctl); in dbJoin()
2843 dbAdjTree(tp, leafno, newval, is_ctl); in dbJoin()
2864 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl) in dbAdjTree() function