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:gd_maxcount
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
flexfilelayoutxdr.c
91
if (!gdp->
gd_maxcount
) {
in nfsd4_ff_encode_getdeviceinfo()
H
A
D
blocklayoutxdr.c
88
if (!gdp->
gd_maxcount
) {
in nfsd4_block_encode_getdeviceinfo()
H
A
D
xdr4.h
483
u32
gd_maxcount
; /* request */
member
H
A
D
nfs4proc.c
1857
gdp->
gd_maxcount
);
in nfsd4_getdeviceinfo()
1878
if (gdp->
gd_maxcount
!= 0) {
in nfsd4_getdeviceinfo()
2733
rlen = min(op->u.getdeviceinfo.
gd_maxcount
, maxcount);
in nfsd4_getdeviceinfo_rsize()
H
A
D
nfs4xdr.c
1602
gdev->
gd_maxcount
= be32_to_cpup(p++);
in nfsd4_decode_getdeviceinfo()
4415
* enforcing
gd_maxcount
, just tell the client to
in nfsd4_encode_getdeviceinfo()
4418
if (xdr->buf->len + 4 > gdev->
gd_maxcount
)
in nfsd4_encode_getdeviceinfo()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
flexfilelayoutxdr.c
91
if (!gdp->
gd_maxcount
) {
in nfsd4_ff_encode_getdeviceinfo()
H
A
D
blocklayoutxdr.c
89
if (!gdp->
gd_maxcount
) {
in nfsd4_block_encode_getdeviceinfo()
H
A
D
xdr4.h
474
u32
gd_maxcount
; /* request */
member
H
A
D
nfs4proc.c
2174
gdp->
gd_maxcount
);
in nfsd4_getdeviceinfo()
2195
if (gdp->
gd_maxcount
!= 0) {
in nfsd4_getdeviceinfo()
3073
u32 rlen = min(op->u.getdeviceinfo.
gd_maxcount
, nfsd4_max_payload(rqstp));
in nfsd4_getdeviceinfo_rsize()
H
A
D
nfs4xdr.c
1749
if (xdr_stream_decode_u32(argp->xdr, &gdev->
gd_maxcount
) < 0)
in nfsd4_decode_getdeviceinfo()
4694
* enforcing
gd_maxcount
, just tell the client to
in nfsd4_encode_getdeviceinfo()
4697
if (xdr->buf->len + 4 > gdev->
gd_maxcount
)
in nfsd4_encode_getdeviceinfo()
Completed in 31 milliseconds