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:se_fchannel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
267
struct nfsd4_channel_attrs
se_fchannel
;
member
H
A
D
nfs4state.c
1633
for (i = 0; i < ses->
se_fchannel
.maxreqs; i++) {
in free_session_slots()
1729
memcpy(&new->
se_fchannel
, fattrs, sizeof(struct nfsd4_channel_attrs));
in alloc_session()
1846
nfsd4_put_drc_mem(&ses->
se_fchannel
);
in free_session()
3693
return args->opcnt > session->
se_fchannel
.maxops;
in nfsd4_session_too_many_ops()
3701
return xb->len > session->
se_fchannel
.maxreq_sz;
in nfsd4_request_too_big()
3779
if (seq->slotid >= session->
se_fchannel
.maxreqs)
in nfsd4_sequence()
3788
seq->maxslots = session->
se_fchannel
.maxreqs;
in nfsd4_sequence()
3817
session->
se_fchannel
.maxresp_cached :
in nfsd4_sequence()
3818
session->
se_fchannel
.maxresp_sz;
in nfsd4_sequence()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
268
struct nfsd4_channel_attrs
se_fchannel
;
member
H
A
D
nfs4state.c
1752
for (i = 0; i < ses->
se_fchannel
.maxreqs; i++) {
in free_session_slots()
1847
memcpy(&new->
se_fchannel
, fattrs, sizeof(struct nfsd4_channel_attrs));
in alloc_session()
1966
nfsd4_put_drc_mem(&ses->
se_fchannel
);
in free_session()
3901
return args->opcnt > session->
se_fchannel
.maxops;
in nfsd4_session_too_many_ops()
3909
return xb->len > session->
se_fchannel
.maxreq_sz;
in nfsd4_request_too_big()
3987
if (seq->slotid >= session->
se_fchannel
.maxreqs)
in nfsd4_sequence()
3996
seq->maxslots = session->
se_fchannel
.maxreqs;
in nfsd4_sequence()
4025
session->
se_fchannel
.maxresp_cached :
in nfsd4_sequence()
4026
session->
se_fchannel
.maxresp_sz;
in nfsd4_sequence()
Completed in 23 milliseconds