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.h28 #define XLOG_VERSION_2 2 /* Large IClogs, Log sunit */ macro
29 #define XLOG_VERSION_OKBITS (XLOG_VERSION_1 | XLOG_VERSION_2)
/fs/xfs/
Dxfs_log_recover.c381 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks()