Home
last modified time | relevance | path

Searched refs:XLOG_FMT (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h161 #define XLOG_FMT XLOG_FMT_LINUX_BE macro
163 #define XLOG_FMT XLOG_FMT_LINUX_LE macro
/linux-6.12.1/fs/xfs/
Dxfs_log_recover.c197 __func__, &mp->m_sb.sb_uuid, XLOG_FMT); in xlog_header_check_dump()
220 if (XFS_IS_CORRUPT(mp, head->h_fmt != cpu_to_be32(XLOG_FMT))) { in xlog_header_check_recover()
1499 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
Dxfs_log.c1470 head->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_alloc_log()