Searched refs:xtSearch (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 113 static int xtSearch(struct inode *ip, 182 if ((rc = xtSearch(ip, lstart, &cmp, &btstack, 0))) { in xtLookup() 286 if ((rc = xtSearch(ip, lstart, &cmp, &btstack, 0))) in xtLookupList() 499 static int xtSearch(struct inode *ip, s64 xoff, /* offset of extent */ in xtSearch() function 808 if ((rc = xtSearch(ip, xoff, &cmp, &btstack, XT_INSERT))) in xtInsert() 1602 if ((rc = xtSearch(ip, xoff - 1, &cmp, &btstack, XT_INSERT))) in xtExtend() 1770 if ((rc = xtSearch(ip, xoff, &cmp, &btstack, XT_INSERT))) in xtTailgate() 1953 if ((rc = xtSearch(ip, nxoff, &cmp, &btstack, XT_INSERT))) in xtUpdate() 2267 if ((rc = xtSearch(ip, nxoff, &cmp, &btstack, XT_INSERT))) in xtUpdate() 2428 if ((rc = xtSearch(ip, xoff, &cmp, &btstack, XT_INSERT))) in xtAppend() [all …]
|