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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_recover.h84 #define XLOG_RHASH_SIZE 16 macro
87 ((((uint32_t)tid)>>XLOG_RHASH_SHIFT) & (XLOG_RHASH_SIZE-1))
/linux-master/fs/xfs/
H A Dxfs_log_recover.c2971 struct hlist_head rhash[XLOG_RHASH_SIZE];
2977 for (i = 0; i < XLOG_RHASH_SIZE; i++)
3238 for (i = 0; i < XLOG_RHASH_SIZE; i++) {

Completed in 311 milliseconds