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:fi_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
167
spin_lock(&fp->
fi_lock
);
in nfsd4_free_layout_stateid()
169
spin_unlock(&fp->
fi_lock
);
in nfsd4_free_layout_stateid()
256
spin_lock(&fp->
fi_lock
);
in nfsd4_alloc_layout_stateid()
258
spin_unlock(&fp->
fi_lock
);
in nfsd4_alloc_layout_stateid()
389
assert_spin_locked(&fp->
fi_lock
);
in nfsd4_recall_conflict()
409
spin_lock(&fp->
fi_lock
);
in nfsd4_insert_layout()
419
spin_unlock(&fp->
fi_lock
);
in nfsd4_insert_layout()
427
spin_lock(&fp->
fi_lock
);
in nfsd4_insert_layout()
444
spin_unlock(&fp->
fi_lock
);
in nfsd4_insert_layout()
596
spin_lock(&fp->
fi_lock
);
in nfsd4_return_all_file_layouts()
[all...]
H
A
D
nfs4state.c
447
lockdep_assert_held(&f->
fi_lock
);
in find_writeable_file_locked()
460
spin_lock(&f->
fi_lock
);
in find_writeable_file()
462
spin_unlock(&f->
fi_lock
);
in find_writeable_file()
472
lockdep_assert_held(&f->
fi_lock
);
in find_readable_file_locked()
485
spin_lock(&f->
fi_lock
);
in find_readable_file()
487
spin_unlock(&f->
fi_lock
);
in find_readable_file()
499
spin_lock(&f->
fi_lock
);
in find_any_file()
506
spin_unlock(&f->
fi_lock
);
in find_any_file()
512
lockdep_assert_held(&f->
fi_lock
);
in find_any_file_locked()
525
lockdep_assert_held(&f->
fi_lock
);
in find_deleg_file_locked()
[all...]
H
A
D
state.h
515
spinlock_t
fi_lock
;
member
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
168
spin_lock(&fp->
fi_lock
);
in nfsd4_free_layout_stateid()
170
spin_unlock(&fp->
fi_lock
);
in nfsd4_free_layout_stateid()
257
spin_lock(&fp->
fi_lock
);
in nfsd4_alloc_layout_stateid()
259
spin_unlock(&fp->
fi_lock
);
in nfsd4_alloc_layout_stateid()
390
assert_spin_locked(&fp->
fi_lock
);
in nfsd4_recall_conflict()
410
spin_lock(&fp->
fi_lock
);
in nfsd4_insert_layout()
420
spin_unlock(&fp->
fi_lock
);
in nfsd4_insert_layout()
428
spin_lock(&fp->
fi_lock
);
in nfsd4_insert_layout()
445
spin_unlock(&fp->
fi_lock
);
in nfsd4_insert_layout()
597
spin_lock(&fp->
fi_lock
);
in nfsd4_return_all_file_layouts()
[all...]
H
A
D
nfs4state.c
607
lockdep_assert_held(&f->
fi_lock
);
in find_writeable_file_locked()
620
spin_lock(&f->
fi_lock
);
in find_writeable_file()
622
spin_unlock(&f->
fi_lock
);
in find_writeable_file()
632
lockdep_assert_held(&f->
fi_lock
);
in find_readable_file_locked()
645
spin_lock(&f->
fi_lock
);
in find_readable_file()
647
spin_unlock(&f->
fi_lock
);
in find_readable_file()
657
spin_lock(&f->
fi_lock
);
in find_rw_file()
659
spin_unlock(&f->
fi_lock
);
in find_rw_file()
671
spin_lock(&f->
fi_lock
);
in find_any_file()
678
spin_unlock(&f->
fi_lock
);
in find_any_file()
[all...]
H
A
D
state.h
549
spinlock_t
fi_lock
;
member
Completed in 18 milliseconds