Searched refs:backup (Results 1 – 2 of 2) sorted by relevance
191 struct buffer_head *backup = NULL; in update_backups() local202 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &backup); in update_backups()208 memcpy(backup->b_data, data, inode->i_sb->s_blocksize); in update_backups()210 backup_di = (struct ocfs2_dinode *)backup->b_data; in update_backups()213 ret = ocfs2_write_super_or_backup(osb, backup); in update_backups()214 brelse(backup); in update_backups()215 backup = NULL; in update_backups()
18 its writable mount, and this feature is convenient for online backup.