Searched refs:xtSearch (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_xtree.c | 84 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp, 168 if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) { in xtLookup() 231 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() function 556 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT))) in xtInsert() 1372 if ((rc = xtSearch(ip, xoff - 1, NULL, &cmp, &btstack, XT_INSERT))) in xtExtend() 1537 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate() 1830 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate() 1991 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT))) in xtAppend() 2785 rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, 0); in xtTruncate_pmap()
|