Lines Matching defs:xtSearch
104 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
152 if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) {
153 jfs_err("xtLookup: xtSearch returned %d", rc);
198 * xtSearch()
215 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp,
536 * xtFastSearch() and xtSearch() both returns (leaf page
538 * n.b. xtSearch() may return index of maxentry of
541 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
659 * btstack - traverse stack from xtSearch()
1357 if ((rc = xtSearch(ip, xoff - 1, NULL, &cmp, &btstack, XT_INSERT)))
1365 jfs_error(ip->i_sb, "xtSearch did not find extent\n");
1522 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
1815 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
1823 jfs_error(ip->i_sb, "xtSearch failed\n");
1971 * xtFastSearch() and xtSearch() both returns (leaf page
1973 * n.b. xtSearch() may return index of maxentry of
1976 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
2771 rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0);