Home
last modified time | relevance | path

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

/fs/ocfs2/
A Dresize.c183 struct buffer_head *backup = NULL; in update_backups() local
194 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &backup); in update_backups()
200 memcpy(backup->b_data, data, inode->i_sb->s_blocksize); in update_backups()
202 backup_di = (struct ocfs2_dinode *)backup->b_data; in update_backups()
205 ret = ocfs2_write_super_or_backup(osb, backup); in update_backups()
206 brelse(backup); in update_backups()
207 backup = NULL; in update_backups()
/fs/nilfs2/
A DKconfig21 its writable mount, and this feature is convenient for online backup.
/fs/xfs/
A DKconfig35 from the backup.
62 from the backup.

Completed in 6 milliseconds