Searched defs:btstack (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/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 805 struct btstack btstack; in jfs_link() local 897 struct btstack btstack; in jfs_symlink() local 1083 struct btstack btstack; in jfs_rename() local 1369 struct btstack btstack; in jfs_mknod() local 1461 struct btstack btstack; in jfs_lookup() local
|
D | jfs_xtree.c | 150 struct btstack btstack; in xtLookup() local 240 int *cmpp, struct btstack * btstack, int flag) in xtSearch() 547 struct btstack btstack; /* traverse stack */ in xtInsert() local 689 struct inode *ip, struct xtsplit * split, struct btstack * btstack) in xtSplitUp() 1371 struct btstack btstack; /* traverse stack */ in xtExtend() local 1534 struct btstack btstack; /* traverse stack */ in xtTailgate() local 1713 struct btstack btstack; /* traverse stack */ in xtUpdate() local 2180 struct btstack btstack; /* traverse stack */ in xtAppend() local 2342 struct btstack btstack; in xtDelete() local 2411 struct metapage * fmp, xtpage_t * fp, struct btstack * btstack) in xtDeleteUp() [all …]
|
D | jfs_dtree.c | 581 struct btstack * btstack, int flag) in dtSearch() 823 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert() 932 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtSplitUp() 1644 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtExtendPage() 2091 struct btstack btstack; in dtDelete() local 2239 struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) in dtDeleteUp() 2454 struct btstack btstack; in dtRelocate() local 2644 struct btstack * btstack) in dtSearchNode() 3022 struct btstack btstack; in jfs_readdir() local 3343 static int dtReadFirst(struct inode *ip, struct btstack * btstack) in dtReadFirst() [all …]
|