Searched refs:dbFindLeaf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 90 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl); 1785 * dbFindLeaf() returns the index of the leaf at which in dbFindCtl() 1788 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx, true); in dbFindCtl() 2032 * free space. if sufficient free space is found, dbFindLeaf() in dbAllocDmapLev() 2035 if (dbFindLeaf((dmtree_t *) &dp->tree, l2nb, &leafidx, false)) in dbAllocDmapLev() 2984 * NAME: dbFindLeaf() 3006 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) in dbFindLeaf() function
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 90 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl); 1717 * dbFindLeaf() returns the index of the leaf at which in dbFindCtl() 1720 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx, true); in dbFindCtl() 1964 * free space. if sufficient free space is found, dbFindLeaf() in dbAllocDmapLev() 1967 if (dbFindLeaf((dmtree_t *) &dp->tree, l2nb, &leafidx, false)) in dbAllocDmapLev() 2920 * NAME: dbFindLeaf() 2942 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) in dbFindLeaf() function
|
Completed in 9 milliseconds