Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/serial/
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-6.12.1/fs/xfs/
Dxfs_log.h64 oph->oh_len = cpu_to_be32(len); in xlog_finish_iovec()
Dxfs_log.c2109 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2178 ophdr->oh_len = cpu_to_be32(rlen); in xlog_write_partial()
3410 p = &ophead->oh_len; in xlog_verify_iclog()
3413 op_len = be32_to_cpu(ophead->oh_len); in xlog_verify_iclog()
3415 idx = BTOBBT((void *)&ophead->oh_len - iclog->ic_datap); in xlog_verify_iclog()
Dxfs_log_recover.c2358 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2405 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2499 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
Dxfs_log_cil.c1178 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header)); in xlog_cil_build_trans_hdr()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h147 __be32 oh_len; /* bytes in data region : 4 b */ member