Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Domninet.c94 __u8 oh_len; member
145 if (urb->actual_length <= OMNINET_HEADERLEN || !hdr->oh_len) in omninet_process_read_urb()
150 hdr->oh_len); in omninet_process_read_urb()
167 header->oh_len = count; in omninet_prepare_write_buffer()
/openbmc/linux/fs/xfs/
H A Dxfs_log.h64 oph->oh_len = cpu_to_be32(len); in xlog_finish_iovec()
H A Dxfs_log.c2349 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2418 ophdr->oh_len = cpu_to_be32(rlen); in xlog_write_partial()
3685 p = &ophead->oh_len; in xlog_verify_iclog()
3688 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3690 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
H A Dxfs_log_recover.c2329 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2376 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2470 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
H A Dxfs_log_cil.c1005 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header)); in xlog_cil_build_trans_hdr()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h144 __be32 oh_len; /* bytes in data region : 4 b */ member