Home
last modified time | relevance | path

Searched refs:XT_INSERT (Results 1 – 1 of 1) sorted by relevance

/fs/jfs/
Djfs_xtree.c37 #define XT_INSERT 0x00000001 macro
348 if (flag & XT_INSERT) { in xtSearch()
395 if (flag & XT_INSERT) { in xtSearch()
453 if (flag & XT_INSERT) { in xtSearch()
564 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT))) in xtInsert()
1380 if ((rc = xtSearch(ip, xoff - 1, NULL, &cmp, &btstack, XT_INSERT))) in xtExtend()
1547 if ((rc = xtSearch(ip, xoff, NULL, &cmp, &btstack, XT_INSERT))) in xtTailgate()
1729 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
2043 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
2205 if ((rc = xtSearch(ip, xoff, &next, &cmp, &btstack, XT_INSERT))) in xtAppend()