Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c90 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx);
1758 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()
2005 if (dbFindLeaf((dmtree_t *) & dp->tree, l2nb, &leafidx)) in dbAllocDmapLev()
2967 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx) in dbFindLeaf() function