Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
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/
Dxfs_log_recover.c4256 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass()