Home
last modified time | relevance | path

Searched refs:xhdr (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_log_recover.c3394 xlog_in_core_2_t *xhdr; in xlog_pack_data() local
3409 xhdr = (xlog_in_core_2_t *)&iclog->ic_header; in xlog_pack_data()
3413 xhdr[j].hic_xheader.xh_cycle_data[k] = *(uint *)dp; in xlog_pack_data()
3419 xhdr[i].hic_xheader.xh_cycle = cycle_lsn; in xlog_pack_data()
3467 xlog_in_core_2_t *xhdr; in xlog_unpack_data() local
3476 xhdr = (xlog_in_core_2_t *)rhead; in xlog_unpack_data()
3480 *(uint *)dp = xhdr[j].hic_xheader.xh_cycle_data[k]; in xlog_unpack_data()
Dxfs_log.c3312 xlog_in_core_2_t *xhdr; in xlog_verify_iclog() local
3349 xhdr = (xlog_in_core_2_t *)&iclog->ic_header; in xlog_verify_iclog()
3363 clientid = GET_CLIENT_ID(xhdr[j].hic_xheader.xh_cycle_data[k], ARCH_CONVERT); in xlog_verify_iclog()
3382 op_len = INT_GET(xhdr[j].hic_xheader.xh_cycle_data[k], ARCH_CONVERT); in xlog_verify_iclog()