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.h371 struct list_head *l_buf_cancel_table; member
422 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c2060 if (!log->l_buf_cancel_table) { in xlog_peek_buffer_cancelled()
5616 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
5620 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_do_log_recovery()
5625 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
5626 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()
5640 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_do_log_recovery()
5644 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
5645 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()