Home
last modified time | relevance | path

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

/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)
/fs/xfs/
Dxfs_log_recover.c1277 if ((h_version & XLOG_VERSION_2) && in xlog_check_unmount_rec()
5375 if ((be32_to_cpu(rhead->h_version) & XLOG_VERSION_2) && in xlog_do_recovery_pass()