Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_btree.h125 #define BT_POP(btstack)\ macro
A Djfs_xtree.c809 while ((parent = BT_POP(btstack)) != NULL) { in xtSplitUp()
2448 while ((parent = BT_POP(btstack)) != NULL) { in xtDeleteUp()
3464 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate()
3794 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate_pmap()
A Djfs_dtree.c1115 while ((parent = BT_POP(btstack)) != NULL) { in dtSplitUp()
1660 parent = BT_POP(btstack); in dtExtendPage()
2294 while ((parent = BT_POP(btstack)) != NULL) { in dtDeleteUp()

Completed in 13 milliseconds