btindex          3095 fs/jfs/jfs_imap.c 	jfs_ip->btindex = 0;
btindex            39 fs/jfs/jfs_incore.h 	short	btindex;	/* btpage entry index*/
btindex           112 fs/jfs/jfs_inode.c 	jfs_inode->btindex = 0;
btindex           236 fs/jfs/jfs_xtree.c 	int base, index, lim, btindex;
btindex           279 fs/jfs/jfs_xtree.c 		    (index = jfs_ip->btindex) <
btindex           352 fs/jfs/jfs_xtree.c 			jfs_ip->btindex = index;
btindex           399 fs/jfs/jfs_xtree.c 					btindex = jfs_ip->btindex;
btindex           400 fs/jfs/jfs_xtree.c 					if (index == btindex ||
btindex           401 fs/jfs/jfs_xtree.c 					    index == btindex + 1)
btindex           405 fs/jfs/jfs_xtree.c 					jfs_ip->btindex = index;
btindex           457 fs/jfs/jfs_xtree.c 			btindex = jfs_ip->btindex;
btindex           458 fs/jfs/jfs_xtree.c 			if (base == btindex || base == btindex + 1)
btindex           462 fs/jfs/jfs_xtree.c 			jfs_ip->btindex = base;