Searched refs:xtSearch (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.c116 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
175 if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) {
176 jfs_err("xtLookup: xtSearch returned %d", rc);
221 * xtSearch()
238 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, function
502 jfs_error(ip->i_sb, "stack overrun in xtSearch!");
559 * xtFastSearch() and xtSearch() both returns (leaf page
561 * n.b. xtSearch() may return index of maxentry of
564 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT)))
682 * btstack - traverse stack from xtSearch()
[all...]

Completed in 104 milliseconds