Home
last modified time | relevance | path

Searched refs:l_buf_cancel_table (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_log_priv.h360 struct list_head *l_buf_cancel_table; member
410 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c1990 if (!log->l_buf_cancel_table) { in xlog_peek_buffer_cancelled()
5542 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
5546 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_do_log_recovery()
5551 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
5552 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()
5566 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_do_log_recovery()
5570 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
5571 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()