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:nlm_lck_denied
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/fs/lockd/
H
A
D
svclock.c
41
#define nlm_deadlock
nlm_lck_denied
530
ret =
nlm_lck_denied
;
in nlmsvc_lock()
565
ret = async_block ? nlm_lck_blocked :
nlm_lck_denied
;
in nlmsvc_lock()
645
ret =
nlm_lck_denied
;
in nlmsvc_testlock()
720
return status ?
nlm_lck_denied
: nlm_granted;
in nlmsvc_cancel_blocked()
981
case
nlm_lck_denied
:
in nlmsvc_grant_reply()
H
A
D
svcshare.c
40
return
nlm_lck_denied
;
in nlmsvc_share_file()
H
A
D
clntxdr.c
459
if (result->status ==
nlm_lck_denied
)
in encode_nlm_testrply()
503
if (result->status ==
nlm_lck_denied
)
in decode_nlm_testrply()
H
A
D
clnt4xdr.c
464
if (result->status ==
nlm_lck_denied
)
in nlm4_xdr_enc_testres()
498
if (result->status ==
nlm_lck_denied
)
in decode_nlm4_testrply()
H
A
D
clntproc.c
443
case
nlm_lck_denied
:
in nlmclnt_test()
608
if (resp->status ==
nlm_lck_denied
&& (fl_flags & FL_SLEEP))
in nlmclnt_lock()
800
if (status == 0 && req->a_res.status ==
nlm_lck_denied
)
in nlmclnt_cancel()
H
A
D
clntlock.c
166
__be32 res =
nlm_lck_denied
;
in nlmclnt_grant()
H
A
D
svcproc.c
27
case
nlm_lck_denied
:
in cast_to_nlm()
34
status =
nlm_lck_denied
;
in cast_to_nlm()
H
A
D
xdr4.c
130
case
nlm_lck_denied
:
in svcxdr_encode_testrply()
H
A
D
xdr.c
135
case
nlm_lck_denied
:
in svcxdr_encode_testrply()
/kernel/linux/linux-5.10/fs/lockd/
H
A
D
svclock.c
40
#define nlm_deadlock
nlm_lck_denied
509
ret =
nlm_lck_denied
;
in nlmsvc_lock()
543
ret =
nlm_lck_denied
;
in nlmsvc_lock()
629
ret =
nlm_lck_denied
;
in nlmsvc_testlock()
694
return status ?
nlm_lck_denied
: nlm_granted;
in nlmsvc_cancel_blocked()
H
A
D
svcshare.c
40
return
nlm_lck_denied
;
in nlmsvc_share_file()
H
A
D
clnt4xdr.c
471
if (result->status ==
nlm_lck_denied
)
in nlm4_xdr_enc_testres()
505
if (result->status ==
nlm_lck_denied
)
in decode_nlm4_testrply()
H
A
D
clntxdr.c
459
if (result->status ==
nlm_lck_denied
)
in encode_nlm_testrply()
503
if (result->status ==
nlm_lck_denied
)
in decode_nlm_testrply()
H
A
D
clntproc.c
440
case
nlm_lck_denied
:
in nlmclnt_test()
591
if (resp->status ==
nlm_lck_denied
&& (fl_flags & FL_SLEEP))
in nlmclnt_lock()
777
if (status == 0 && req->a_res.status ==
nlm_lck_denied
)
in nlmclnt_cancel()
H
A
D
clntlock.c
169
__be32 res =
nlm_lck_denied
;
in nlmclnt_grant()
H
A
D
svcproc.c
27
case
nlm_lck_denied
:
in cast_to_nlm()
34
status =
nlm_lck_denied
;
in cast_to_nlm()
H
A
D
xdr.c
156
if (resp->status ==
nlm_lck_denied
) {
in nlm_encode_testres()
H
A
D
xdr4.c
149
if (resp->status ==
nlm_lck_denied
) {
in nlm4_encode_testres()
/kernel/linux/linux-5.10/include/linux/lockd/
H
A
D
xdr.h
30
#define
nlm_lck_denied
cpu_to_be32(NLM_LCK_DENIED)
macro
/kernel/linux/linux-6.6/include/linux/lockd/
H
A
D
xdr.h
31
#define
nlm_lck_denied
cpu_to_be32(NLM_LCK_DENIED)
macro
Completed in 14 milliseconds