Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Domninet.c98 __u8 oh_len; member
152 if (urb->actual_length <= OMNINET_HEADERLEN || !hdr->oh_len) in omninet_process_read_urb()
157 hdr->oh_len); in omninet_process_read_urb()
193 header->oh_len = count; in omninet_write()
/linux-4.4.14/fs/xfs/
Dxfs_log.c2141 ophdr->oh_len = 0; in xlog_write_start_rec()
2209 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
2219 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
3867 p = &ophead->oh_len; in xlog_verify_iclog()
3870 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3872 idx = BTOBBT((uintptr_t)&ophead->oh_len - in xlog_verify_iclog()
Dxfs_log_recover.c3670 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
3715 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
3773 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_log_format.h136 __be32 oh_len; /* bytes in data region : 4 b */ member