h_fmt             174 fs/xfs/libxfs/xfs_log_format.h 	__be32    h_fmt;        /* format of log record                 :  4 */
h_fmt            1459 fs/xfs/xfs_log.c 		head->h_fmt = cpu_to_be32(XLOG_FMT);
h_fmt             226 fs/xfs/xfs_log_recover.c 		&head->h_fs_uuid, be32_to_cpu(head->h_fmt));
h_fmt             247 fs/xfs/xfs_log_recover.c 	if (unlikely(head->h_fmt != cpu_to_be32(XLOG_FMT))) {
h_fmt            1569 fs/xfs/xfs_log_recover.c 	recp->h_fmt = cpu_to_be32(XLOG_FMT);