Home
last modified time | relevance | path

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

/linux-6.12.1/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)
/linux-6.12.1/fs/xfs/
Dxfs_log_recover.c374 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks()
3064 (rhead->h_version & cpu_to_be32(XLOG_VERSION_2))) { in xlog_do_recovery_pass()