Home
last modified time | relevance | path

Searched defs:btstack (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jfs/
H A Djfs_btree.h105 struct btstack { struct
111 #define BT_CLR(btstack)\ argument
114 #define BT_STACK_FULL(btstack)\ argument
125 #define BT_POP(btstack)\ argument
128 #define BT_STACK(btstack)\ argument
131 static inline void BT_STACK_DUMP(struct btstack *btstack) in BT_STACK_DUMP()