Home
last modified time | relevance | path

Searched refs:XLOG_BC_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_recover.h115 #define XLOG_BC_TABLE_SIZE 64 macro
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_priv.h442 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c3233 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
3236 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()
3256 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()