Searched refs:l_buf_cancel_table (Results 1 – 2 of 2) sorted by relevance
1634 bucket = &log->l_buf_cancel_table[(__uint64_t)blkno % in xlog_recover_do_buffer_pass1()1700 if (log->l_buf_cancel_table == NULL) { in xlog_check_buffer_cancelled()1709 bucket = &log->l_buf_cancel_table[(__uint64_t)blkno % in xlog_check_buffer_cancelled()3739 log->l_buf_cancel_table = in xlog_do_log_recovery()3746 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()3747 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()3761 ASSERT(log->l_buf_cancel_table[i] == NULL); in xlog_do_log_recovery()3765 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()3766 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()
394 struct xfs_buf_cancel **l_buf_cancel_table; member