Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_dmap.c77 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval);
78 static int dbBackSplit(dmtree_t * tp, int leafno);
79 static int dbJoin(dmtree_t * tp, int leafno, int newval);
80 static void dbAdjTree(dmtree_t * tp, int leafno, int newval);
2409 int rc, leafno, ti; in dbAdjCtl() local
2430 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()
2431 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl()
2459 rc = dbBackSplit((dmtree_t *) dcp, leafno); in dbAdjCtl()
2464 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2466 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
[all …]