Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c66 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl);
67 static int dbBackSplit(dmtree_t *tp, int leafno, bool is_ctl);
68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl);
69 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl);
2480 int rc, leafno, ti; in dbAdjCtl() local
2500 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()
2501 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl()
2529 rc = dbBackSplit((dmtree_t *)dcp, leafno, true); in dbAdjCtl()
2536 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl()
2538 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true); in dbAdjCtl()
[all …]