Searched refs:btindex (Results 1 – 4 of 4) sorted by relevance
92 jfs_inode->btindex = 0; in ialloc()
48 short btindex; /* btpage entry index*/ member
509 int base, index, lim, btindex; in xtSearch() local551 (index = jfs_ip->btindex) < in xtSearch()623 jfs_ip->btindex = index; in xtSearch()667 btindex = jfs_ip->btindex; in xtSearch()668 if (index == btindex || in xtSearch()669 index == btindex + 1) in xtSearch()673 jfs_ip->btindex = index; in xtSearch()722 btindex = jfs_ip->btindex; in xtSearch()723 if (base == btindex || base == btindex + 1) in xtSearch()727 jfs_ip->btindex = base; in xtSearch()
3149 jfs_ip->btindex = 0; in copy_from_dinode()