Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_log_format.h40 #define XLOG_VERSION_2 2 /* Large IClogs, Log sunit */ macro
41 #define XLOG_VERSION_OKBITS (XLOG_VERSION_1 | XLOG_VERSION_2)
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c1006 if ((h_version & XLOG_VERSION_2) && in xlog_find_tail()
4283 if ((be32_to_cpu(rhead->h_version) & XLOG_VERSION_2) && in xlog_do_recovery_pass()