Lines Matching refs:jfs_ip
229 struct jfs_inode_info *jfs_ip = JFS_IP(ip); in xtSearch() local
277 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
279 (index = jfs_ip->btindex) < in xtSearch()
352 jfs_ip->btindex = index; in xtSearch()
399 btindex = jfs_ip->btindex; in xtSearch()
402 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
404 jfs_ip->btorder = BT_RANDOM; in xtSearch()
405 jfs_ip->btindex = index; in xtSearch()
457 btindex = jfs_ip->btindex; in xtSearch()
459 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
461 jfs_ip->btorder = BT_RANDOM; in xtSearch()
462 jfs_ip->btindex = base; in xtSearch()