Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log_priv.h349 uint xh_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; /* : 256 */ member
Dxfs_log.c3505 clientid = GET_CLIENT_ID(xhdr[j].hic_xheader.xh_cycle_data[k], ARCH_CONVERT); in xlog_verify_iclog()
3526 op_len = INT_GET(xhdr[j].hic_xheader.xh_cycle_data[k], ARCH_CONVERT); in xlog_verify_iclog()
Dxfs_log_recover.c3391 xhdr[j].hic_xheader.xh_cycle_data[k] = *(uint *)dp; in xlog_pack_data()
3458 *(uint *)dp = xhdr[j].hic_xheader.xh_cycle_data[k]; in xlog_unpack_data()