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:nfsd4_max_payload
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4proc.c
2795
static u32
nfsd4_max_payload
(const struct svc_rqst *rqstp)
in nfsd4_max_payload()
function
2850
return
nfsd4_max_payload
(rqstp);
in nfsd4_getattr_rsize()
2852
return
nfsd4_max_payload
(rqstp);
in nfsd4_getattr_rsize()
2912
u32 rlen = min(op->u.read.rd_length,
nfsd4_max_payload
(rqstp));
in nfsd4_read_rsize()
2920
u32 rlen = min(op->u.read.rd_length,
nfsd4_max_payload
(rqstp));
in nfsd4_read_plus_rsize()
2934
u32 rlen = min(op->u.readdir.rd_maxcount,
nfsd4_max_payload
(rqstp));
in nfsd4_readdir_rsize()
3073
u32 rlen = min(op->u.getdeviceinfo.gd_maxcount,
nfsd4_max_payload
(rqstp));
in nfsd4_getdeviceinfo_rsize()
3123
u32 rlen = min_t(u32, XATTR_SIZE_MAX,
nfsd4_max_payload
(rqstp));
in nfsd4_getxattr_rsize()
3137
u32 rlen = min(op->u.listxattrs.lsxa_maxcount,
nfsd4_max_payload
(rqstp));
in nfsd4_listxattrs_rsize()
Completed in 5 milliseconds