Home
last modified time | relevance | path

Searched refs:BT_POP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_btree.h125 #define BT_POP(btstack)\ macro
H 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()
H A Djfs_dtree.c1120 while ((parent = BT_POP(btstack)) != NULL) { in dtSplitUp()
1665 parent = BT_POP(btstack); in dtExtendPage()
2299 while ((parent = BT_POP(btstack)) != NULL) { in dtDeleteUp()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_btree.h125 #define BT_POP(btstack)\ macro
H A Djfs_xtree.c798 while ((parent = BT_POP(btstack)) != NULL) { in xtSplitUp()
2503 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate()
2833 if ((parent = BT_POP(&btstack)) == NULL) in xtTruncate_pmap()
H A Djfs_dtree.c1120 while ((parent = BT_POP(btstack)) != NULL) { in dtSplitUp()
1665 parent = BT_POP(btstack); in dtExtendPage()
2299 while ((parent = BT_POP(btstack)) != NULL) { in dtDeleteUp()

Completed in 16 milliseconds