Searched defs:btstack (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/jfs/ |
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()
|
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
|
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
|
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() 924 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtSplitUp() 1636 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtExtendPage() 2083 struct btstack btstack; in dtDelete() local 2231 struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) in dtDeleteUp() 2716 struct btstack btstack; in jfs_readdir() local 3037 static int dtReadFirst(struct inode *ip, struct btstack * btstack) in dtReadFirst() 3110 struct btstack * btstack) in dtReadNext() 4222 struct btstack btstack; in dtModify() local
|