Searched refs:ra_pass2 (Results 1 – 4 of 4) sorted by relevance
37 void (*ra_pass2)(struct xlog *log, struct xlog_recover_item *item); member
180 .ra_pass2 = xlog_recover_dquot_ra_pass2,
1179 .ra_pass2 = xlog_recover_buf_ra_pass2,
2066 if (item->ri_ops->ra_pass2) in xlog_recover_commit_trans()2067 item->ri_ops->ra_pass2(log, item); in xlog_recover_commit_trans()