Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Domninet.c93 __u8 oh_len; member
144 if (urb->actual_length <= OMNINET_HEADERLEN || !hdr->oh_len) in omninet_process_read_urb()
149 hdr->oh_len); in omninet_process_read_urb()
166 header->oh_len = count; in omninet_prepare_write_buffer()
/linux/fs/xfs/
H A Dxfs_log.c2011 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2078 ophdr->oh_len = cpu_to_be32(rlen); in xlog_write_partial()
3283 p = &ophead->oh_len; in xlog_verify_iclog()
3286 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3288 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
H A Dxfs_log_cil.c494 oph->oh_len = cpu_to_be32(len); in xlog_format_commit()
1256 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header)); in xlog_cil_build_trans_hdr()
H A Dxfs_log_recover.c2363 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2410 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2504 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()