Searched defs:btstack (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_btree.h | 105 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()
|
H A D | namei.c | 70 struct btstack btstack; in jfs_create() local 203 struct btstack btstack; in jfs_mkdir() local 793 struct btstack btstack; in jfs_link() local 885 struct btstack btstack; in jfs_symlink() local 1071 struct btstack btstack; in jfs_rename() local 1357 struct btstack btstack; in jfs_mknod() local 1449 struct btstack btstack; in jfs_lookup() local
|
H A D | jfs_xtree.c | 126 struct btstack btstack; in xtLookup() local 216 int *cmpp, struct btstack * btstack, int flag) in xtSearch() 523 struct btstack btstack; /* traverse stack */ in xtInsert() local 665 struct inode *ip, struct xtsplit * split, struct btstack * btstack) in xtSplitUp() 1347 struct btstack btstack; /* traverse stack */ in xtExtend() local 1506 struct btstack btstack; /* traverse stack */ in xtUpdate() local 1952 struct btstack btstack; /* traverse stack */ in xtAppend() local 2199 struct btstack btstack; in xtTruncate() local 2747 struct btstack btstack; in xtTruncate_pmap() local
|
H A D | jfs_dtree.c | 568 struct btstack * btstack, int flag) in dtSearch() 815 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert() 926 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtSplitUp() 1638 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtExtendPage() 2085 struct btstack btstack; in dtDelete() local 2233 struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) in dtDeleteUp() 2718 struct btstack btstack; in jfs_readdir() local 3047 static int dtReadFirst(struct inode *ip, struct btstack * btstack) in dtReadFirst() 3127 struct btstack * btstack) in dtReadNext() 4239 struct btstack btstack; in dtModify() local
|