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