Lines Matching refs:jfs_ip
218 struct jfs_inode_info *jfs_ip = JFS_IP(ip); in xtSearch() local
266 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
268 (index = jfs_ip->btindex) < in xtSearch()
341 jfs_ip->btindex = index; in xtSearch()
388 btindex = jfs_ip->btindex; in xtSearch()
391 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
393 jfs_ip->btorder = BT_RANDOM; in xtSearch()
394 jfs_ip->btindex = index; in xtSearch()
446 btindex = jfs_ip->btindex; in xtSearch()
448 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
450 jfs_ip->btorder = BT_RANDOM; in xtSearch()
451 jfs_ip->btindex = base; in xtSearch()