Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_btree.h138 #define BT_POP(btstack)\ macro
Djfs_xtree.c1061 while ((parent = BT_POP(btstack)) != NULL) { in xtSplitUp()
2684 while ((parent = BT_POP(btstack)) != NULL) { in xtDeleteUp()
3704 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate()
4030 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate_pmap()
4338 if ((parent = BT_POP(&btstack)) == NULL) in xtGather()
Djfs_dtree.c1106 while ((parent = BT_POP(btstack)) != NULL) { in dtSplitUp()
1643 parent = BT_POP(btstack); in dtExtendPage()
2281 while ((parent = BT_POP(btstack)) != NULL) { in dtDeleteUp()