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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h474 struct xfs_buf_cancel **l_buf_cancel_table; member in struct:log
H A Dxfs_log_recover.c1594 bucket = &log->l_buf_cancel_table[(__uint64_t)blkno %
1660 if (log->l_buf_cancel_table == NULL) {
1669 bucket = &log->l_buf_cancel_table[(__uint64_t)blkno %
3751 log->l_buf_cancel_table =
3758 kmem_free(log->l_buf_cancel_table,
3760 log->l_buf_cancel_table = NULL;
3774 ASSERT(log->l_buf_cancel_table[i] == NULL);
3778 kmem_free(log->l_buf_cancel_table,
3780 log->l_buf_cancel_table = NULL;

Completed in 102 milliseconds