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_notsupp
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfsd.h
205
#define
nfserr_notsupp
cpu_to_be32(NFSERR_NOTSUPP)
macro
H
A
D
nfs4xdr.c
1066
return
nfserr_notsupp
;
in nfsd4_decode_open_confirm()
1117
return
nfserr_notsupp
;
in nfsd4_decode_putpubfh()
1193
return
nfserr_notsupp
;
in nfsd4_decode_renew()
1246
return
nfserr_notsupp
;
in nfsd4_decode_setclientid()
1276
return
nfserr_notsupp
;
in nfsd4_decode_setclientid_confirm()
1334
return
nfserr_notsupp
;
in nfsd4_decode_release_lockowner()
2093
return
nfserr_notsupp
;
in nfsd4_decode_notsupp()
H
A
D
nfsproc.c
840
{
nfserr_notsupp
, -EOPNOTSUPP },
in nfserrno()
H
A
D
nfs3proc.c
524
resp->status =
nfserr_notsupp
;
in nfsd3_proc_readdirplus()
H
A
D
vfs.c
529
return
nfserr_notsupp
;
in nfsd4_set_nfs4_label()
1172
err =
nfserr_notsupp
;
in nfsd_commit()
H
A
D
nfs4proc.c
444
status =
nfserr_notsupp
;
in nfsd4_open()
1504
status =
nfserr_notsupp
;
in nfsd4_copy()
3265
if (op->opnum == OP_ILLEGAL || op->status ==
nfserr_notsupp
)
in nfsd4_max_reply()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsd.h
225
#define
nfserr_notsupp
cpu_to_be32(NFSERR_NOTSUPP)
macro
H
A
D
nfs4xdr.c
1193
return
nfserr_notsupp
;
in nfsd4_decode_open_confirm()
1253
return
nfserr_notsupp
;
in nfsd4_decode_putpubfh()
1359
return
nfserr_notsupp
;
in nfsd4_decode_setclientid()
1402
return
nfserr_notsupp
;
in nfsd4_decode_setclientid_confirm()
1473
return
nfserr_notsupp
;
in nfsd4_decode_release_lockowner()
2322
return
nfserr_notsupp
;
in nfsd4_decode_notsupp()
H
A
D
vfs.c
95
{
nfserr_notsupp
, -EOPNOTSUPP },
in nfserrno()
1322
err =
nfserr_notsupp
;
in nfsd_commit()
H
A
D
nfs4proc.c
617
status =
nfserr_notsupp
;
in nfsd4_open()
1803
status =
nfserr_notsupp
;
in nfsd4_copy()
3603
if (op->opnum == OP_ILLEGAL || op->status ==
nfserr_notsupp
)
in nfsd4_max_reply()
H
A
D
nfs3proc.c
631
resp->status =
nfserr_notsupp
;
in nfsd3_proc_readdirplus()
Completed in 31 milliseconds