Searched refs:leafno (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/jfs/ |
D | jfs_dmap.c | 66 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval); 67 static int dbBackSplit(dmtree_t * tp, int leafno); 68 static int dbJoin(dmtree_t * tp, int leafno, int newval); 69 static void dbAdjTree(dmtree_t * tp, int leafno, int newval); 2502 int rc, leafno, ti; in dbAdjCtl() local 2522 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl() 2523 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl() 2551 rc = dbBackSplit((dmtree_t *) dcp, leafno); in dbAdjCtl() 2558 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl() 2560 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl() [all …]
|