Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c1667 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()
2549 memset(iclog->ic_header.h_cycle_data, 0, in xlog_state_clean_log()
2550 sizeof(iclog->ic_header.h_cycle_data)); in xlog_state_clean_log()
3855 iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
3877 op_len = be32_to_cpu(iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
Dxfs_log_recover.c5118 *(__be32 *)dp = *(__be32 *)&rhead->h_cycle_data[i]; in xlog_unpack_data()
/fs/xfs/libxfs/
Dxfs_log_format.h171 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; member