Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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);
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, newva in dbAdjCtl()
2688 dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) dbSplit() argument
2753 dbBackSplit(dmtree_t *tp, int leafno, bool is_ctl) dbBackSplit() argument
2832 dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) dbJoin() argument
2926 dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl) dbAdjTree() argument
[all...]
/kernel/linux/linux-6.6/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);
2475 int rc, leafno, ti; in dbAdjCtl() local
2495 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()
2496 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl()
2524 rc = dbBackSplit((dmtree_t *)dcp, leafno, true); in dbAdjCtl()
2531 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl()
2533 rc = dbJoin((dmtree_t *) dcp, leafno, newva in dbAdjCtl()
2624 dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) dbSplit() argument
2689 dbBackSplit(dmtree_t *tp, int leafno, bool is_ctl) dbBackSplit() argument
2768 dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) dbJoin() argument
2862 dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl) dbAdjTree() argument
[all...]

Completed in 7 milliseconds