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

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_log_recover.h26 #define XLOG_RHASH_SIZE 16 macro
29 ((((__uint32_t)tid)>>XLOG_RHASH_SHIFT) & (XLOG_RHASH_SIZE-1))
/linux-4.4.14/fs/xfs/
H A Dxfs_log_recover.c4256 struct hlist_head rhash[XLOG_RHASH_SIZE]; xlog_do_recovery_pass()

Completed in 192 milliseconds