Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf_item_recover.c27 * This is the number of entries in the l_buf_cancel_table used during
33 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
55 if (!log->l_buf_cancel_table) in xlog_find_buffer_cancelled()
1024 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_check_buf_cancel_table()
1035 ASSERT(log->l_buf_cancel_table == NULL); in xlog_alloc_buf_cancel_table()
1042 log->l_buf_cancel_table = p; in xlog_alloc_buf_cancel_table()
1044 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_alloc_buf_cancel_table()
1055 if (!log->l_buf_cancel_table) in xlog_free_buf_cancel_table()
1062 &log->l_buf_cancel_table[i], in xlog_free_buf_cancel_table()
1069 kmem_free(log->l_buf_cancel_table); in xlog_free_buf_cancel_table()
[all...]
H A Dxfs_log_priv.h409 struct list_head *l_buf_cancel_table; member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h394 struct list_head *l_buf_cancel_table; member
442 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
H A Dxfs_log_recover.c3241 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
3245 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]); in xlog_do_log_recovery()
3250 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
3251 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()
3265 ASSERT(list_empty(&log->l_buf_cancel_table[i])); in xlog_do_log_recovery()
3269 kmem_free(log->l_buf_cancel_table); in xlog_do_log_recovery()
3270 log->l_buf_cancel_table = NULL; in xlog_do_log_recovery()
H A Dxfs_buf_item_recover.c46 if (!log->l_buf_cancel_table) in xlog_find_buffer_cancelled()

Completed in 10 milliseconds