xtSearch          104 fs/jfs/jfs_xtree.c static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
xtSearch          163 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) {
xtSearch          552 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
xtSearch         1368 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, xoff - 1, NULL, &cmp, &btstack, XT_INSERT)))
xtSearch         1535 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, XT_INSERT)))
xtSearch         1716 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
xtSearch         2030 fs/jfs/jfs_xtree.c 		if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
xtSearch         2191 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
xtSearch         2341 fs/jfs/jfs_xtree.c 	if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0)))
xtSearch         2590 fs/jfs/jfs_xtree.c 		rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0);
xtSearch         2696 fs/jfs/jfs_xtree.c 		if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0)))
xtSearch         3732 fs/jfs/jfs_xtree.c 		rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0);