Home
last modified time | relevance | path

Searched refs:XLOG_RHASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_log_recover.h83 #define XLOG_RHASH_SIZE 16 macro
86 ((((uint32_t)tid)>>XLOG_RHASH_SHIFT) & (XLOG_RHASH_SIZE-1))
/linux-6.3-rc2/fs/xfs/
A Dxfs_log_recover.c2965 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass()
2971 for (i = 0; i < XLOG_RHASH_SIZE; i++) in xlog_do_recovery_pass()
3215 for (i = 0; i < XLOG_RHASH_SIZE; i++) { in xlog_do_recovery_pass()

Completed in 9 milliseconds