Home
last modified time | relevance | path

Searched refs:XLOG_BC_TABLE_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf_item_recover.c30 #define XLOG_BC_TABLE_SIZE 64 macro
33 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
1023 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_check_buf_cancel_table()
1037 p = kmalloc_array(XLOG_BC_TABLE_SIZE, sizeof(struct list_head), in xlog_alloc_buf_cancel_table()
1043 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_alloc_buf_cancel_table()
1058 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) { in xlog_free_buf_cancel_table()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_log_recover.h115 #define XLOG_BC_TABLE_SIZE 64 macro
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h442 ((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()
3244 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()
3264 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()

Completed in 7 milliseconds