• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/

Lines Matching defs:btstack

153 		     struct dtsplit * split, struct btstack * btstack);
159 struct dtsplit * split, struct btstack * btstack);
165 dtpage_t * fp, struct btstack * btstack);
169 static int dtReadFirst(struct inode *ip, struct btstack * btstack);
172 loff_t * offset, struct btstack * btstack);
581 struct btstack * btstack, int flag)
612 BT_CLR(btstack); /* reset stack */
615 btstack->nsplit = 1;
704 btsp = btstack->top;
753 btsp = btstack->top;
775 if (BT_STACK_FULL(btstack)) {
780 BT_STACK_DUMP(btstack);
784 btstack->nsplit++;
787 BT_PUSH(btstack, bn, index);
822 struct component_name * name, ino_t * fsn, struct btstack * btstack)
843 DT_GETSEARCH(ip, btstack->top, bn, mp, p, index);
875 rc = dtSplitUp(tid, ip, &split, btstack);
931 struct inode *ip, struct dtsplit * split, struct btstack * btstack)
1046 if ((rc = dtExtendPage(tid, ip, split, btstack))) {
1078 n = btstack->nsplit;
1127 while ((parent = BT_POP(btstack)) != NULL) {
1643 struct inode *ip, struct dtsplit * split, struct btstack * btstack)
1672 parent = BT_POP(btstack);
2090 struct btstack btstack;
2106 if ((rc = dtSearch(ip, key, ino, &btstack, flag)))
2110 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index);
2156 rc = dtDeleteUp(tid, ip, mp, p, &btstack);
2238 struct metapage * fmp, dtpage_t * fp, struct btstack * btstack)
2306 while ((parent = BT_POP(btstack)) != NULL) {
2453 struct btstack btstack;
2474 rc = dtSearchNode(ip, lmxaddr, opxd, &btstack);
2479 DT_GETSEARCH(ip, btstack.top, bn, pmp, pp, index);
2643 struct btstack * btstack)
2655 BT_CLR(btstack); /* reset stack */
2707 btsp = btstack->top;
3021 struct btstack btstack;
3117 if ((rc = dtReadFirst(ip, &btstack)))
3120 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index);
3163 if ((rc = dtReadNext(ip, &filp->f_pos, &btstack))) {
3170 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index);
3335 static int dtReadFirst(struct inode *ip, struct btstack * btstack)
3346 BT_CLR(btstack); /* reset stack */
3363 btsp = btstack->top;
3374 if (BT_STACK_FULL(btstack)) {
3376 jfs_error(ip->i_sb, "dtReadFirst: btstack overrun");
3377 BT_STACK_DUMP(btstack);
3381 BT_PUSH(btstack, bn, 0);
3408 struct btstack * btstack)
3428 if ((rc = dtReadFirst(ip, btstack)))
3432 DT_GETSEARCH(ip, btstack->top, bn, mp, p, index);
3488 btsp = btstack->top;
3564 btsp = btstack->top;
4520 struct btstack btstack;
4533 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag)))
4537 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index);