Searched defs:btstack (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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 880 struct btstack btstack; in jfs_symlink() local 1066 struct btstack btstack; in jfs_rename() local 1352 struct btstack btstack; in jfs_mknod() local 1444 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() 810 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert() 919 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtSplitUp() 1631 struct inode *ip, struct dtsplit * split, struct btstack * btstack) in dtExtendPage() 2078 struct btstack btstack; in dtDelete() local 2226 struct metapage * fmp, dtpage_t * fp, struct btstack * btstack) in dtDeleteUp() 2711 struct btstack btstack; in jfs_readdir() local 3032 static int dtReadFirst(struct inode *ip, struct btstack * btstack) in dtReadFirst() 3105 struct btstack * btstack) in dtReadNext() 4217 struct btstack btstack; in dtModify() local
|