Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:oh_len
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
omninet.c
77
*
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
D
omninet.c
77
*
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
D
xfs_log.h
64
oph->
oh_len
= cpu_to_be32(len);
in xlog_finish_iovec()
H
A
D
xfs_log.c
2348
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
D
xfs_log_recover.c
2312
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
D
xfs_log_cil.c
1008
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
D
xfs_log.c
2132
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
D
xfs_log_recover.c
2292
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
D
xfs_log_format.h
143
__be32
oh_len
; /* bytes in data region : 4 b */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
144
__be32
oh_len
; /* bytes in data region : 4 b */
member
Completed in 23 milliseconds