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:NFS4_DELEG_STID
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
238
if (parent->sc_type ==
NFS4_DELEG_STID
)
in nfsd4_alloc_layout_stateid()
275
typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID |
NFS4_DELEG_STID
);
in nfsd4_preprocess_layout_stateid()
H
A
D
state.h
93
#define
NFS4_DELEG_STID
4
macro
H
A
D
nfs4state.c
1098
dp->dl_stid.sc_type =
NFS4_DELEG_STID
;
in hash_delegation_locked()
2608
case
NFS4_DELEG_STID
:
in states_show()
4795
NFS4_DELEG_STID
|NFS4_REVOKED_DELEG_STID);
in find_deleg_stateid()
5667
case
NFS4_DELEG_STID
:
in nfsd4_validate_stateid()
5703
else if (typemask &
NFS4_DELEG_STID
)
in nfsd4_lookup_stateid()
5737
case
NFS4_DELEG_STID
:
in nfs4_find_file()
5853
NFS4_DELEG_STID
|NFS4_OPEN_STID|NFS4_LOCK_STID,
in find_cpntf_state()
5895
NFS4_DELEG_STID
|NFS4_OPEN_STID|NFS4_LOCK_STID,
in nfs4_preprocess_stateid_op()
5907
case
NFS4_DELEG_STID
:
in nfs4_preprocess_stateid_op()
5999
case
NFS4_DELEG_STID
in nfsd4_free_stateid()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
239
if (parent->sc_type ==
NFS4_DELEG_STID
)
in nfsd4_alloc_layout_stateid()
276
typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID |
NFS4_DELEG_STID
);
in nfsd4_preprocess_layout_stateid()
H
A
D
state.h
93
#define
NFS4_DELEG_STID
4
macro
H
A
D
nfs4state.c
1317
dp->dl_stid.sc_type =
NFS4_DELEG_STID
;
in hash_delegation_locked()
2758
case
NFS4_DELEG_STID
:
in states_show()
5120
NFS4_DELEG_STID
|NFS4_REVOKED_DELEG_STID);
in find_deleg_stateid()
6408
case
NFS4_DELEG_STID
:
in nfsd4_validate_stateid()
6445
else if (typemask &
NFS4_DELEG_STID
)
in nfsd4_lookup_stateid()
6481
case
NFS4_DELEG_STID
:
in nfs4_find_file()
6600
NFS4_DELEG_STID
|NFS4_OPEN_STID|NFS4_LOCK_STID);
in find_cpntf_state()
6657
NFS4_DELEG_STID
|NFS4_OPEN_STID|NFS4_LOCK_STID,
in nfs4_preprocess_stateid_op()
6669
case
NFS4_DELEG_STID
:
in nfs4_preprocess_stateid_op()
6761
case
NFS4_DELEG_STID
in nfsd4_free_stateid()
[all...]
H
A
D
trace.h
646
TRACE_DEFINE_ENUM(
NFS4_DELEG_STID
);
variable
656
{
NFS4_DELEG_STID
, "DELEG" }, \
Completed in 24 milliseconds