Lines Matching full:recovery
31 * recovery.
39 * This structure is used during recovery to record the buf log items which
140 /* log buffer item recovery */
143 * Sort buffer items for log recovery. Most buffer items should end up on the
227 * We can only do post recovery validation on items on CRC enabled in xlog_recover_validate_buf_type()
423 * the buffer. This can occur if log recovery is interrupted at some in xlog_recover_validate_buf_type()
425 * subsequent mount starts recovery from the beginning. in xlog_recover_validate_buf_type()
442 * Perform a 'normal' buffer recovery. Each logged region of the
533 * Perform a dquot buffer recovery.
536 * Else, treat it as a regular buffer and do recovery.
577 * Perform recovery for a buffer full of inodes. In these buffers, the only
586 * xlog_recover_do_reg_buffer() below during recovery.
609 * Post recovery validation only works properly on CRC enabled in xlog_recover_do_inode_buffer()
722 xfs_alert(mp, "Shrinking AG count in log recovery not supported"); in xlog_recover_do_primary_sb_buffer()
744 xfs_warn(mp, "Failed recovery per-ag init: %d", error); in xlog_recover_do_primary_sb_buffer()
935 * of the buffer in the log should not be replayed at recovery time.
941 * over the log during recovery. During the first we build a table of
996 * future recovery actions (e.g. EFI and unlinked list recovery) can in xlog_recover_buf_commit_pass2()