Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_log_priv.h299 __be32 h_fmt; /* format of log record : 4 */ member
Dxfs_log_recover.c289 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump()
310 if (unlikely(head->h_fmt != cpu_to_be32(XLOG_FMT))) { in xlog_header_check_recover()
1199 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
Dxfs_log.c1224 head->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_alloc_log()