Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/xfs/
Dxfs_log.c2121 ophdr->oh_len = 0; in xlog_write_start_rec()
2189 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
2199 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
3833 ((xfs_caddr_t)&(ophead->oh_len) - base_ptr); in xlog_verify_iclog()
3835 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3837 idx = BTOBBT((__psint_t)&ophead->oh_len - in xlog_verify_iclog()
Dxfs_log_recover.c3598 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
3643 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
3701 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_format.h136 __be32 oh_len; /* bytes in data region : 4 b */ member