Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log_priv.h486 struct list_head *l_buf_cancel_table; member
541 ((log)->l_buf_cancel_table + ((__uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c1683 if (log->l_buf_cancel_table == NULL) { in xlog_check_buffer_cancelled()
3599 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
3603 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_do_log_recovery()
3608 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
3609 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()
3623 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_do_log_recovery()
3627 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
3628 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()