Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/ !
Dxfs_log_priv.h389 uint h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; member
Dxfs_log.c1892 memset(iclog->ic_header.h_cycle_data, 0, in xlog_state_clean_log()
1893 sizeof(iclog->ic_header.h_cycle_data)); in xlog_state_clean_log()
3365 clientid = GET_CLIENT_ID(iclog->ic_header.h_cycle_data[idx], ARCH_CONVERT); in xlog_verify_iclog()
3384 op_len = INT_GET(iclog->ic_header.h_cycle_data[idx], ARCH_CONVERT); in xlog_verify_iclog()
Dxfs_log_recover.c3403 iclog->ic_header.h_cycle_data[i] = *(uint *)dp; in xlog_pack_data()
3471 *(uint *)dp = *(uint *)&rhead->h_cycle_data[i]; in xlog_unpack_data()