Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_log_recover.h48 #define XLOG_BC_TABLE_SIZE 64 macro
/Linux-v4.19/fs/xfs/
Dxfs_log_priv.h410 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c5615 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
5618 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()
5638 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()