Searched refs:leafno (Results 1 – 1 of 1) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.c | 66 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); 2543 int rc, leafno, ti; in dbAdjCtl() local 2563 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl() 2564 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl() 2592 rc = dbBackSplit((dmtree_t *)dcp, leafno, true); in dbAdjCtl() 2597 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl() 2599 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true); in dbAdjCtl() [all …]
|