Searched refs:l_buf_cancel_table (Results 1 – 2 of 2) sorted by relevance
38 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))60 if (!log->l_buf_cancel_table) in xlog_find_buffer_cancelled()1160 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_check_buf_cancel_table()1171 ASSERT(log->l_buf_cancel_table == NULL); in xlog_alloc_buf_cancel_table()1178 log->l_buf_cancel_table = p; in xlog_alloc_buf_cancel_table()1180 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_alloc_buf_cancel_table()1191 if (!log->l_buf_cancel_table) in xlog_free_buf_cancel_table()1198 &log->l_buf_cancel_table[i], in xlog_free_buf_cancel_table()1205 kfree(log->l_buf_cancel_table); in xlog_free_buf_cancel_table()1206 log->l_buf_cancel_table = NULL; in xlog_free_buf_cancel_table()
409 struct list_head *l_buf_cancel_table; member