Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h29 #define XLOG_VERSION_OKBITS (XLOG_VERSION_1 | XLOG_VERSION_2) macro
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c5273 (be32_to_cpu(rhead->h_version) & (~XLOG_VERSION_OKBITS))))) { in xlog_valid_rec_header()