Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Dresize.c67 struct inode *ipbmap2; in jfs_extendfs() local
480 ipbmap2 = diReadSpecial(sb, BMAP_I, 1); in jfs_extendfs()
481 if (ipbmap2 == NULL) { in jfs_extendfs()
485 memcpy(&JFS_IP(ipbmap2)->i_xtroot, &JFS_IP(ipbmap)->i_xtroot, 288); in jfs_extendfs()
486 ipbmap2->i_size = ipbmap->i_size; in jfs_extendfs()
487 ipbmap2->i_blocks = ipbmap->i_blocks; in jfs_extendfs()
489 diWriteSpecial(ipbmap2, 1); in jfs_extendfs()
490 diFreeSpecial(ipbmap2); in jfs_extendfs()