Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c76 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval);
78 static int dbJoin(dmtree_t * tp, int leafno, int newval);
79 static void dbAdjTree(dmtree_t * tp, int leafno, int newval);
80 static int dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc,
2401 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl() argument
2463 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2465 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
2555 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit() argument
2589 dbAdjTree(tp, leafno, newval); in dbSplit()
2699 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin() argument
[all …]