Lines Matching defs:xtSearch
104 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
163 if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) {
164 jfs_err("xtLookup: xtSearch returned %d", rc);
209 * xtSearch()
226 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp,
547 * xtFastSearch() and xtSearch() both returns (leaf page
549 * n.b. xtSearch() may return index of maxentry of
552 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
670 * btstack - traverse stack from xtSearch()
1368 if ((rc = xtSearch(ip, xoff - 1, NULL, &cmp, &btstack, XT_INSERT)))
1376 jfs_error(ip->i_sb, "xtSearch did not find extent\n");
1535 if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, XT_INSERT)))
1716 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
2030 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
2038 jfs_error(ip->i_sb, "xtSearch failed\n");
2186 * xtFastSearch() and xtSearch() both returns (leaf page
2188 * n.b. xtSearch() may return index of maxentry of
2191 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
2339 * find the matching entry; xtSearch() pins the page
2341 if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0)))
2590 rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0);
2696 if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0)))
3732 rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0);