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:PidHigh
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.h
184
__le16
PidHigh
;
member
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifssmb.c
1701
smb->hdr.
PidHigh
= cpu_to_le16((__u16)(rdata->pid >> 16));
in cifs_async_readv()
1774
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid >> 16));
in CIFSSMBRead()
1887
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid >> 16));
in CIFSSMBWrite()
2223
smb->hdr.
PidHigh
= cpu_to_le16((__u16)(wdata->pid >> 16));
in cifs_async_writev()
2317
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid >> 16));
in CIFSSMBWrite2()
5622
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(cfile->pid >> 16));
in CIFSSMBSetFileSize()
5705
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid_of_opener >> 16));
in CIFSSMBSetFileInfo()
5770
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid_of_opener >> 16));
in CIFSSMBSetFileDisposition()
6039
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid_of_opener >> 16));
in CIFSSMBUnixSetFileInfo()
H
A
D
misc.c
268
buffer->
PidHigh
= cpu_to_le16((__u16)(current->tgid >> 16));
in header_assemble()
H
A
D
cifsglob.h
1667
__le16
PidHigh
;
member
H
A
D
cifspdu.h
424
__le16
PidHigh
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifssmb.c
1342
smb->hdr.
PidHigh
= cpu_to_le16((__u16)(rdata->pid >> 16));
in cifs_async_readv()
1415
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid >> 16));
in CIFSSMBRead()
1528
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid >> 16));
in CIFSSMBWrite()
1688
smb->hdr.
PidHigh
= cpu_to_le16((__u16)(wdata->pid >> 16));
in cifs_async_writev()
1779
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid >> 16));
in CIFSSMBWrite2()
5089
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(cfile->pid >> 16));
in CIFSSMBSetFileSize()
5172
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid_of_opener >> 16));
in CIFSSMBSetFileInfo()
5237
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid_of_opener >> 16));
in CIFSSMBSetFileDisposition()
5458
pSMB->hdr.
PidHigh
= cpu_to_le16((__u16)(pid_of_opener >> 16));
in CIFSSMBUnixSetFileInfo()
H
A
D
misc.c
277
buffer->
PidHigh
= cpu_to_le16((__u16)(current->tgid >> 16));
in header_assemble()
H
A
D
cifspdu.h
396
__le16
PidHigh
;
member
H
A
D
cifsglob.h
1740
__le16
PidHigh
;
member
Completed in 43 milliseconds