Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c36 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
58 if (!log->l_buf_cancel_table) in xlog_find_buffer_cancelled()
1094 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_check_buf_cancel_table()
1105 ASSERT(log->l_buf_cancel_table == NULL); in xlog_alloc_buf_cancel_table()
1112 log->l_buf_cancel_table = p; in xlog_alloc_buf_cancel_table()
1114 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_alloc_buf_cancel_table()
1125 if (!log->l_buf_cancel_table) in xlog_free_buf_cancel_table()
1132 &log->l_buf_cancel_table[i], in xlog_free_buf_cancel_table()
1139 kmem_free(log->l_buf_cancel_table); in xlog_free_buf_cancel_table()
1140 log->l_buf_cancel_table = NULL; in xlog_free_buf_cancel_table()
H A Dxfs_log_priv.h409 struct list_head *l_buf_cancel_table; member