Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_log.c1784 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()
2595 memset(iclog->ic_header.h_cycle_data, 0, in xlog_state_activate_iclog()
2596 sizeof(iclog->ic_header.h_cycle_data)); in xlog_state_activate_iclog()
3690 iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
3712 op_len = be32_to_cpu(iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
Dxfs_log_recover.c2828 *(__be32 *)dp = *(__be32 *)&rhead->h_cycle_data[i]; in xlog_unpack_data()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_log_format.h173 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; member