Searched refs:dbJoin (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl); 2383 * dbJoin() is used to update leaf values and will join the binary in dbFreeBits() 2406 rc = dbJoin(tp, word, in dbFreeBits() 2440 rc = dbJoin(tp, word, size, false); in dbFreeBits() 2574 * dbSplit(); otherwise (deallocation), use dbJoin() to update in dbAdjCtl() 2578 * dmapctl tree, if required. similarly, dbJoin() will join in dbAdjCtl() 2599 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true); in dbAdjCtl() 2627 dbJoin((dmtree_t *) dcp, leafno, in dbAdjCtl() 2630 /* the dbJoin() above might have in dbAdjCtl() 2819 * NAME: dbJoin() 2832 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) dbJoin() function [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl); 2315 * dbJoin() is used to update leaf values and will join the binary in dbFreeBits() 2338 rc = dbJoin(tp, word, in dbFreeBits() 2372 rc = dbJoin(tp, word, size, false); in dbFreeBits() 2506 * dbSplit(); otherwise (deallocation), use dbJoin() to update in dbAdjCtl() 2510 * dmapctl tree, if required. similarly, dbJoin() will join in dbAdjCtl() 2533 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true); in dbAdjCtl() 2563 dbJoin((dmtree_t *) dcp, leafno, in dbAdjCtl() 2566 /* the dbJoin() above might have in dbAdjCtl() 2755 * NAME: dbJoin() 2768 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) dbJoin() function [all...] |
Completed in 8 milliseconds