Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h174 __be32 h_fmt; /* format of log record : 4 */ member
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c305 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump()
326 if (unlikely(head->h_fmt != cpu_to_be32(XLOG_FMT))) { in xlog_header_check_recover()
1646 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
Dxfs_log.c1551 head->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_alloc_log()