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