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:pf_fhlen
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
xdr4.h
222
u32
pf_fhlen
; /* request */
member
H
A
D
nfs4xdr.c
1103
putfh->
pf_fhlen
= be32_to_cpup(p++);
in nfsd4_decode_putfh()
1104
if (putfh->
pf_fhlen
> NFS4_FHSIZE)
in nfsd4_decode_putfh()
1106
READ_BUF(putfh->
pf_fhlen
);
in nfsd4_decode_putfh()
1107
SAVEMEM(putfh->pf_fhval, putfh->
pf_fhlen
);
in nfsd4_decode_putfh()
H
A
D
nfs4proc.c
511
cstate->current_fh.fh_handle.fh_size = putfh->
pf_fhlen
;
in nfsd4_putfh()
513
putfh->
pf_fhlen
);
in nfsd4_putfh()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
xdr4.h
217
u32
pf_fhlen
; /* request */
member
H
A
D
nfs4xdr.c
1233
if (xdr_stream_decode_u32(argp->xdr, &putfh->
pf_fhlen
) < 0)
in nfsd4_decode_putfh()
1235
if (putfh->
pf_fhlen
> NFS4_FHSIZE)
in nfsd4_decode_putfh()
1237
p = xdr_inline_decode(argp->xdr, putfh->
pf_fhlen
);
in nfsd4_decode_putfh()
1240
putfh->pf_fhval = svcxdr_savemem(argp, p, putfh->
pf_fhlen
);
in nfsd4_decode_putfh()
H
A
D
nfs4proc.c
682
cstate->current_fh.fh_handle.fh_size = putfh->
pf_fhlen
;
in nfsd4_putfh()
684
putfh->
pf_fhlen
);
in nfsd4_putfh()
Completed in 25 milliseconds