Home
last modified time | relevance | path

Searched refs:oh_len (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Domninet.c77 * oh_len is the length of the data bytes in the packet.
90 * After the header you will find data bytes if oh_len was greater than zero.
94 __u8 oh_len; member
147 if (urb->actual_length <= OMNINET_HEADERLEN || !hdr->oh_len) in omninet_process_read_urb()
152 hdr->oh_len); in omninet_process_read_urb()
169 header->oh_len = count; in omninet_prepare_write_buffer()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Domninet.c77 * oh_len is the length of the data bytes in the packet.
90 * After the header you will find data bytes if oh_len was greater than zero.
94 __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()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.h64 oph->oh_len = cpu_to_be32(len); in xlog_finish_iovec()
H A Dxfs_log.c2348 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2417 ophdr->oh_len = cpu_to_be32(rlen); in xlog_write_partial()
3684 p = &ophead->oh_len; in xlog_verify_iclog()
3687 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3689 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
H A Dxfs_log_recover.c2312 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2359 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2450 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
H A Dxfs_log_cil.c1008 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header)); in xlog_cil_build_trans_hdr()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c2132 ophdr->oh_len = 0; in xlog_write_start_rec()
2196 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
2206 ophdr->oh_len = cpu_to_be32(*copy_len); in xlog_write_setup_copy()
3642 p = &ophead->oh_len; in xlog_verify_iclog()
3645 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3647 idx = BTOBBT((uintptr_t)&ophead->oh_len - in xlog_verify_iclog()
H A Dxfs_log_recover.c2292 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2339 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2430 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_log_format.h143 __be32 oh_len; /* bytes in data region : 4 b */ member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_log_format.h144 __be32 oh_len; /* bytes in data region : 4 b */ member

Completed in 24 milliseconds