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:locks_in_grace
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs_common/
H
A
D
grace.c
23
* managers (lockd and nfsd), using the
locks_in_grace
() function to
84
*
locks_in_grace
90
bool
locks_in_grace
(struct net *net)
in locks_in_grace()
function
94
EXPORT_SYMBOL_GPL(
locks_in_grace
);
variable
/kernel/linux/linux-6.6/fs/nfs_common/
H
A
D
grace.c
24
* managers (lockd and nfsd), using the
locks_in_grace
() function to
84
*
locks_in_grace
91
bool
locks_in_grace
(struct net *net)
in locks_in_grace()
function
95
EXPORT_SYMBOL_GPL(
locks_in_grace
);
variable
/kernel/linux/linux-5.10/fs/lockd/
H
A
D
svcproc.c
208
if (
locks_in_grace
(net)) {
in __nlmsvc_proc_cancel()
249
if (
locks_in_grace
(net)) {
in __nlmsvc_proc_unlock()
408
if (
locks_in_grace
(SVC_NET(rqstp)) && !argp->reclaim) {
in nlmsvc_proc_share()
443
if (
locks_in_grace
(SVC_NET(rqstp))) {
in nlmsvc_proc_unshare()
H
A
D
svc4proc.c
176
if (
locks_in_grace
(SVC_NET(rqstp))) {
in __nlm4svc_proc_cancel()
216
if (
locks_in_grace
(SVC_NET(rqstp))) {
in __nlm4svc_proc_unlock()
365
if (
locks_in_grace
(SVC_NET(rqstp)) && !argp->reclaim) {
in nlm4svc_proc_share()
400
if (
locks_in_grace
(SVC_NET(rqstp))) {
in nlm4svc_proc_unshare()
H
A
D
svclock.c
516
if (
locks_in_grace
(SVC_NET(rqstp)) && !reclaim) {
in nlmsvc_lock()
520
if (reclaim && !
locks_in_grace
(SVC_NET(rqstp))) {
in nlmsvc_lock()
590
if (
locks_in_grace
(SVC_NET(rqstp))) {
in nlmsvc_testlock()
682
if (
locks_in_grace
(net))
in nlmsvc_cancel_blocked()
/kernel/linux/linux-6.6/fs/lockd/
H
A
D
svcproc.c
214
if (
locks_in_grace
(net)) {
in __nlmsvc_proc_cancel()
255
if (
locks_in_grace
(net)) {
in __nlmsvc_proc_unlock()
412
if (
locks_in_grace
(SVC_NET(rqstp)) && !argp->reclaim) {
in nlmsvc_proc_share()
447
if (
locks_in_grace
(SVC_NET(rqstp))) {
in nlmsvc_proc_unshare()
H
A
D
svc4proc.c
190
if (
locks_in_grace
(SVC_NET(rqstp))) {
in __nlm4svc_proc_cancel()
230
if (
locks_in_grace
(SVC_NET(rqstp))) {
in __nlm4svc_proc_unlock()
377
if (
locks_in_grace
(SVC_NET(rqstp)) && !argp->reclaim) {
in nlm4svc_proc_share()
412
if (
locks_in_grace
(SVC_NET(rqstp))) {
in nlm4svc_proc_unshare()
H
A
D
svclock.c
537
if (
locks_in_grace
(SVC_NET(rqstp)) && !reclaim) {
in nlmsvc_lock()
541
if (reclaim && !
locks_in_grace
(SVC_NET(rqstp))) {
in nlmsvc_lock()
612
if (
locks_in_grace
(SVC_NET(rqstp))) {
in nlmsvc_testlock()
706
if (
locks_in_grace
(net))
in nlmsvc_cancel_blocked()
/kernel/linux/linux-6.6/include/linux/
H
A
D
filelock.h
62
bool
locks_in_grace
(struct net *);
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
5128
if (
locks_in_grace
(clp->net))
in nfs4_open_delegation()
6760
if (
locks_in_grace
(net) && !lock->lk_reclaim)
in nfsd4_lock()
6763
if (!
locks_in_grace
(net) && lock->lk_reclaim)
in nfsd4_lock()
6938
if (
locks_in_grace
(SVC_NET(rqstp)))
in nfsd4_lockt()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
5653
if (
locks_in_grace
(clp->net))
in nfs4_open_delegation()
7549
if (
locks_in_grace
(net) && !lock->lk_reclaim)
in nfsd4_lock()
7552
if (!
locks_in_grace
(net) && lock->lk_reclaim)
in nfsd4_lock()
7748
if (
locks_in_grace
(SVC_NET(rqstp)))
in nfsd4_lockt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1042
bool
locks_in_grace
(struct net *);
Completed in 34 milliseconds