Lines Matching defs:jfs_ip
239 struct jfs_inode_info *jfs_ip = JFS_IP(ip);
254 if (index >= jfs_ip->next_index) {
264 slot = &jfs_ip->i_dirtable[index - 2];
325 struct jfs_inode_info *jfs_ip = JFS_IP(ip);
339 if (jfs_ip->next_index < 2) {
341 jfs_ip->next_index);
342 jfs_ip->next_index = 2;
345 index = jfs_ip->next_index++;
356 dirtab_slot = &jfs_ip->i_dirtable[index-2];
383 memcpy(temp_table, &jfs_ip->i_dirtable, sizeof(temp_table));
396 memcpy(&jfs_ip->i_dirtable, temp_table,
408 memcpy(&jfs_ip->i_dirtable, temp_table,
473 jfs_ip->next_index--;
2523 struct jfs_inode_info *jfs_ip = JFS_IP(ip);
2562 jfs_ip->next_index = 2;
2571 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag,
2582 p = &jfs_ip->i_dtroot;