Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_log_recover.h115 #define XLOG_BC_TABLE_SIZE 64 macro
/Linux-v5.10/fs/xfs/
Dxfs_log_priv.h442 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
Dxfs_log_recover.c3229 log->l_buf_cancel_table = kmem_zalloc(XLOG_BC_TABLE_SIZE * in xlog_do_log_recovery()
3232 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()
3252 for (i = 0; i < XLOG_BC_TABLE_SIZE; i++) in xlog_do_log_recovery()