Searched refs:dbFindLeaf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_dmap.c | 90 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl); 1722 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx, true); in dbFindCtl() 1969 if (dbFindLeaf((dmtree_t *) &dp->tree, l2nb, &leafidx, false)) in dbAllocDmapLev() 2944 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) in dbFindLeaf() function
|