Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c1658 xlog_op_header_t *logop_head; /* ptr to log operation header */ in xlog_write() local
1728 logop_head = (xlog_op_header_t *)ptr; in xlog_write()
1729 INT_SET(logop_head->oh_tid, ARCH_CONVERT, ticket->t_tid); in xlog_write()
1730 logop_head->oh_clientid = ticket->t_clientid; in xlog_write()
1731 INT_ZERO(logop_head->oh_len, ARCH_CONVERT); in xlog_write()
1732 logop_head->oh_flags = XLOG_START_TRANS; in xlog_write()
1733 INT_ZERO(logop_head->oh_res2, ARCH_CONVERT); in xlog_write()
1742 logop_head = (xlog_op_header_t *)ptr; in xlog_write()
1743 INT_SET(logop_head->oh_tid, ARCH_CONVERT, ticket->t_tid); in xlog_write()
1744 logop_head->oh_clientid = ticket->t_clientid; in xlog_write()
[all …]