Searched defs:btstack (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/fs/jfs/ |
D | jfs_btree.h | 118 struct btstack { struct 124 #define BT_CLR(btstack)\ argument 127 #define BT_STACK_FULL(btstack)\ argument 138 #define BT_POP(btstack)\ argument 141 #define BT_STACK(btstack)\ argument 144 static inline void BT_STACK_DUMP(struct btstack *btstack) in BT_STACK_DUMP()
|
D | namei.c | 83 struct btstack btstack; in jfs_create() local 215 struct btstack btstack; in jfs_mkdir() local 803 struct btstack btstack; in jfs_link() local 891 struct btstack btstack; in jfs_symlink() local 1076 struct btstack btstack; in jfs_rename() local 1359 struct btstack btstack; in jfs_mknod() local 1454 struct btstack btstack; in jfs_lookup() local
|
D | jfs_xtree.c | 149 struct btstack btstack; in xtLookup() local 239 int *cmpp, struct btstack * btstack, int flag) in xtSearch() 546 struct btstack btstack; /* traverse stack */ in xtInsert() local 688 struct inode *ip, struct xtsplit * split, struct btstack * btstack) in xtSplitUp() 1370 struct btstack btstack; /* traverse stack */ in xtExtend() local 1533 struct btstack btstack; /* traverse stack */ in xtTailgate() local 1713 struct btstack btstack; /* traverse stack */ in xtUpdate() local 2181 struct btstack btstack; /* traverse stack */ in xtAppend() local 2343 struct btstack btstack; in xtDelete() local 2412 struct metapage * fmp, xtpage_t * fp, struct btstack * btstack) in xtDeleteUp() [all …]
|
D | jfs_dtree.c | 581 struct btstack * btstack, int flag) in dtSearch() 822 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert() 931 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtSplitUp() 1643 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtExtendPage() 2090 struct btstack btstack; in dtDelete() local 2238 struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) in dtDeleteUp() 2453 struct btstack btstack; in dtRelocate() local 2643 struct btstack * btstack) in dtSearchNode() 3021 struct btstack btstack; in jfs_readdir() local 3335 static int dtReadFirst(struct inode *ip, struct btstack * btstack) in dtReadFirst() [all …]
|