Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_btree.h138 #define BT_POP(btstack)\ macro
Djfs_xtree.c822 while ((parent = BT_POP(btstack)) != NULL) { in xtSplitUp()
2461 while ((parent = BT_POP(btstack)) != NULL) { in xtDeleteUp()
3477 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate()
3807 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate_pmap()
Djfs_dtree.c1128 while ((parent = BT_POP(btstack)) != NULL) { in dtSplitUp()
1673 parent = BT_POP(btstack); in dtExtendPage()
2307 while ((parent = BT_POP(btstack)) != NULL) { in dtDeleteUp()