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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h336 uint h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; member in struct:xlog_rec_header
H A Dxfs_log.c1984 memset(iclog->ic_header.h_cycle_data, 0,
1985 sizeof(iclog->ic_header.h_cycle_data));
3493 clientid = GET_CLIENT_ID(iclog->ic_header.h_cycle_data[idx], ARCH_CONVERT);
3514 op_len = INT_GET(iclog->ic_header.h_cycle_data[idx], ARCH_CONVERT);
H A Dxfs_log_recover.c3350 iclog->ic_header.h_cycle_data[i] = *(uint *)dp;
3418 *(uint *)dp = *(uint *)&rhead->h_cycle_data[i];

Completed in 133 milliseconds