Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_recover.h115 #define XLOG_BC_TABLE_SIZE 64 macro
/Linux-v5.15/fs/xfs/
Dxfs_log_priv.h458 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c3259 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
3262 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()
3282 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()