Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_buf_item_recover.c33 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
55 if (!log->l_buf_cancel_table) in xlog_find_buffer_cancelled()
1014 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_check_buf_cancel_table()
1025 ASSERT(log->l_buf_cancel_table == NULL); in xlog_alloc_buf_cancel_table()
1032 log->l_buf_cancel_table = p; in xlog_alloc_buf_cancel_table()
1034 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_alloc_buf_cancel_table()
1045 if (!log->l_buf_cancel_table) in xlog_free_buf_cancel_table()
1052 &log->l_buf_cancel_table[i], in xlog_free_buf_cancel_table()
1059 kmem_free(log->l_buf_cancel_table); in xlog_free_buf_cancel_table()
1060 log->l_buf_cancel_table = NULL; in xlog_free_buf_cancel_table()
Dxfs_log_priv.h405 struct list_head *l_buf_cancel_table; member