Home
last modified time | relevance | path

Searched refs:ipbmap2 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jfs/
H A Dresize.c55 struct inode *ipbmap2; in jfs_extendfs() local
467 ipbmap2 = diReadSpecial(sb, BMAP_I, 1); in jfs_extendfs()
468 if (ipbmap2 == NULL) { in jfs_extendfs()
472 memcpy(&JFS_IP(ipbmap2)->i_xtroot, &JFS_IP(ipbmap)->i_xtroot, 288); in jfs_extendfs()
473 ipbmap2->i_size = ipbmap->i_size; in jfs_extendfs()
474 ipbmap2->i_blocks = ipbmap->i_blocks; in jfs_extendfs()
476 diWriteSpecial(ipbmap2, 1); in jfs_extendfs()
477 diFreeSpecial(ipbmap2); in jfs_extendfs()