Searched refs:ipbmap2 (Results 1 – 1 of 1) sorted by relevance
67 struct inode *ipbmap2; in jfs_extendfs() local474 ipbmap2 = diReadSpecial(sb, BMAP_I, 1); in jfs_extendfs()475 if (ipbmap2 == NULL) { in jfs_extendfs()479 memcpy(&JFS_IP(ipbmap2)->i_xtroot, &JFS_IP(ipbmap)->i_xtroot, 288); in jfs_extendfs()480 ipbmap2->i_size = ipbmap->i_size; in jfs_extendfs()481 ipbmap2->i_blocks = ipbmap->i_blocks; in jfs_extendfs()483 diWriteSpecial(ipbmap2, 1); in jfs_extendfs()484 diFreeSpecial(ipbmap2); in jfs_extendfs()