Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c1778 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()
2579 memset(iclog->ic_header.h_cycle_data, 0, in xlog_state_activate_iclog()
2580 sizeof(iclog->ic_header.h_cycle_data)); in xlog_state_activate_iclog()
3674 iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
3696 op_len = be32_to_cpu(iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
H A Dxfs_log_recover.c2833 *(__be32 *)dp = *(__be32 *)&rhead->h_cycle_data[i]; in xlog_unpack_data()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; member