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:nfserr_stale
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfsfh.c
130
return
nfserr_stale
;
in check_pseudo_root()
137
return
nfserr_stale
;
in check_pseudo_root()
144
return
nfserr_stale
;
in check_pseudo_root()
163
error =
nfserr_stale
;
in nfsd_set_fh_dentry()
212
error =
nfserr_stale
;
in nfsd_set_fh_dentry()
251
error =
nfserr_stale
;
in nfsd_set_fh_dentry()
402
if (error ==
nfserr_stale
)
in fh_verify()
H
A
D
lockd.c
49
case
nfserr_stale
:
in nlm_fopen()
H
A
D
nfsd.h
199
#define
nfserr_stale
cpu_to_be32(NFSERR_STALE)
macro
H
A
D
nfsproc.c
833
{
nfserr_stale
, -ESTALE },
in nfserrno()
H
A
D
nfs4proc.c
516
if (ret ==
nfserr_stale
&& putfh->no_verify) {
in nfsd4_putfh()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsfh.c
131
return
nfserr_stale
;
in check_pseudo_root()
138
return
nfserr_stale
;
in check_pseudo_root()
145
return
nfserr_stale
;
in check_pseudo_root()
165
error =
nfserr_stale
;
in nfsd_set_fh_dentry()
201
error =
nfserr_stale
;
in nfsd_set_fh_dentry()
240
error =
nfserr_stale
;
in nfsd_set_fh_dentry()
397
if (error ==
nfserr_stale
)
in fh_verify()
H
A
D
lockd.c
53
case
nfserr_stale
:
in nlm_fopen()
H
A
D
nfsd.h
219
#define
nfserr_stale
cpu_to_be32(NFSERR_STALE)
macro
H
A
D
vfs.c
72
{
nfserr_stale
, -EBADF },
in nfserrno()
88
{
nfserr_stale
, -ESTALE },
in nfserrno()
100
{
nfserr_stale
, -EOPENSTALE },
in nfserrno()
H
A
D
nfs4proc.c
687
if (ret ==
nfserr_stale
&& putfh->no_verify) {
in nfsd4_putfh()
Completed in 21 milliseconds