Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c1789 xhdr[j].hic_xheader.xh_cycle_data[k] = *(__be32 *)dp; in xlog_pack_data()
1795 xhdr[i].hic_xheader.xh_cycle = cycle_lsn; in xlog_pack_data()
1828 crc = crc32c(crc, &xhdr[i].hic_xheader, in xlog_cksum()
3671 xhdr[j].hic_xheader.xh_cycle_data[k]); in xlog_verify_iclog()
3694 op_len = be32_to_cpu(xhdr[j].hic_xheader.xh_cycle_data[k]); in xlog_verify_iclog()
H A Dxfs_log_recover.c2845 *(__be32 *)dp = xhdr[j].hic_xheader.xh_cycle_data[k]; in xlog_unpack_data()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h190 xlog_rec_ext_header_t hic_xheader; member