Home
last modified time | relevance | path

Searched refs:h_fmt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_log_format.h149 /* valid values for h_fmt */
174 __be32 h_fmt; /* format of log record : 4 */ member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_log_format.h150 /* valid values for h_fmt */
175 __be32 h_fmt; /* format of log record : 4 */ member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_recover.c199 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump()
216 * IRIX doesn't write the h_fmt field and leaves it zeroed in xlog_header_check_recover()
220 if (XFS_IS_CORRUPT(mp, head->h_fmt != cpu_to_be32(XLOG_FMT))) { in xlog_header_check_recover()
248 * IRIX doesn't write the h_fs_uuid or h_fmt fields. If in xlog_header_check_mount()
1503 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
H A Dxfs_log.c1626 head->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_alloc_log()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_recover.c205 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump()
222 * IRIX doesn't write the h_fmt field and leaves it zeroed in xlog_header_check_recover()
226 if (XFS_IS_CORRUPT(mp, head->h_fmt != cpu_to_be32(XLOG_FMT))) { in xlog_header_check_recover()
254 * IRIX doesn't write the h_fs_uuid or h_fmt fields. If in xlog_header_check_mount()
1509 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
H A Dxfs_log.c1412 head->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_alloc_log()

Completed in 22 milliseconds