Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.c1591 xhdr[j].hic_xheader.xh_cycle_data[k] = *(__be32 *)dp; in xlog_pack_data()
1597 xhdr[i].hic_xheader.xh_cycle = cycle_lsn; in xlog_pack_data()
1630 crc = crc32c(crc, &xhdr[i].hic_xheader, in xlog_cksum()
3613 xhdr[j].hic_xheader.xh_cycle_data[k]); in xlog_verify_iclog()
3636 op_len = be32_to_cpu(xhdr[j].hic_xheader.xh_cycle_data[k]); in xlog_verify_iclog()
Dxfs_log_recover.c2813 *(__be32 *)dp = xhdr[j].hic_xheader.xh_cycle_data[k]; in xlog_unpack_data()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h189 xlog_rec_ext_header_t hic_xheader; member