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:OCFS2_LOCK_BUSY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
dlmglue.c
920
BUG_ON(!(lockres->l_flags &
OCFS2_LOCK_BUSY
));
in ocfs2_generic_handle_downconvert_action()
931
lockres_clear_flags(lockres,
OCFS2_LOCK_BUSY
);
in ocfs2_generic_handle_downconvert_action()
936
BUG_ON(!(lockres->l_flags &
OCFS2_LOCK_BUSY
));
in ocfs2_generic_handle_convert_action()
951
* the
OCFS2_LOCK_BUSY
flag to prevent the dc thread from
in ocfs2_generic_handle_convert_action()
961
lockres_clear_flags(lockres,
OCFS2_LOCK_BUSY
);
in ocfs2_generic_handle_convert_action()
966
BUG_ON((!(lockres->l_flags &
OCFS2_LOCK_BUSY
)));
in ocfs2_generic_handle_attach_action()
976
lockres_clear_flags(lockres,
OCFS2_LOCK_BUSY
);
in ocfs2_generic_handle_attach_action()
1012
*
OCFS2_LOCK_BUSY
and calling ocfs2_dlm_lock(). See ocfs2_unblock_lock()
1017
* returns. The ast clears
OCFS2_LOCK_BUSY
, and must therefore clear
1107
BUG_ON(!(lockres->l_flags &
OCFS2_LOCK_BUSY
));
in lockres_set_pending()
[all...]
H
A
D
ocfs2.h
111
#define
OCFS2_LOCK_BUSY
(0x00000002) /* we are currently in
macro
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
dlmglue.c
919
BUG_ON(!(lockres->l_flags &
OCFS2_LOCK_BUSY
));
in ocfs2_generic_handle_downconvert_action()
930
lockres_clear_flags(lockres,
OCFS2_LOCK_BUSY
);
in ocfs2_generic_handle_downconvert_action()
935
BUG_ON(!(lockres->l_flags &
OCFS2_LOCK_BUSY
));
in ocfs2_generic_handle_convert_action()
950
* the
OCFS2_LOCK_BUSY
flag to prevent the dc thread from
in ocfs2_generic_handle_convert_action()
960
lockres_clear_flags(lockres,
OCFS2_LOCK_BUSY
);
in ocfs2_generic_handle_convert_action()
965
BUG_ON((!(lockres->l_flags &
OCFS2_LOCK_BUSY
)));
in ocfs2_generic_handle_attach_action()
975
lockres_clear_flags(lockres,
OCFS2_LOCK_BUSY
);
in ocfs2_generic_handle_attach_action()
1011
*
OCFS2_LOCK_BUSY
and calling ocfs2_dlm_lock(). See ocfs2_unblock_lock()
1016
* returns. The ast clears
OCFS2_LOCK_BUSY
, and must therefore clear
1106
BUG_ON(!(lockres->l_flags &
OCFS2_LOCK_BUSY
));
in lockres_set_pending()
[all...]
H
A
D
ocfs2.h
109
#define
OCFS2_LOCK_BUSY
(0x00000002) /* we are currently in
macro
Completed in 11 milliseconds