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:DLM_CB_BAST
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
ast.c
70
if ((i > 0) && (flags &
DLM_CB_BAST
) &&
in dlm_add_lkb_callback()
71
(lkb->lkb_callbacks[i-1].flags &
DLM_CB_BAST
)) {
in dlm_add_lkb_callback()
143
if ((cb->flags &
DLM_CB_BAST
) && lkb->lkb_last_cast.seq) {
in dlm_rem_lkb_callback()
164
if (cb->flags &
DLM_CB_BAST
) {
in dlm_rem_lkb_callback()
255
} else if (callbacks[i].flags &
DLM_CB_BAST
) {
in dlm_callback_work()
H
A
D
user.c
202
if ((flags &
DLM_CB_BAST
) && ua->bastaddr == NULL)
in dlm_user_add_ast()
712
if (flags &
DLM_CB_BAST
) {
in copy_result_to_user()
H
A
D
dlm_internal.h
219
#define
DLM_CB_BAST
0x00000002
macro
H
A
D
rcom.c
389
rl->rl_asts |=
DLM_CB_BAST
;
in pack_rcom_lock()
H
A
D
lock.c
323
dlm_add_cb(lkb,
DLM_CB_BAST
, rqmode, 0, 0);
in queue_bast()
3621
ms->m_asts |=
DLM_CB_BAST
;
in send_args()
3927
lkb->lkb_bastfn = (ms->m_asts &
DLM_CB_BAST
) ? &fake_bastfn : NULL;
in receive_request_args()
5606
lkb->lkb_bastfn = (rl->rl_asts &
DLM_CB_BAST
) ? &fake_bastfn : NULL;
in receive_rcom_lock_args()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
ast.c
47
if (flags &
DLM_CB_BAST
) {
in dlm_enqueue_lkb_callback()
66
if (lkb->lkb_last_cb && lkb->lkb_last_cb->flags &
DLM_CB_BAST
) {
in dlm_enqueue_lkb_callback()
178
if (cb->flags &
DLM_CB_BAST
) {
in dlm_callback_work()
H
A
D
user.c
225
if ((flags &
DLM_CB_BAST
) && ua->bastaddr == NULL)
in dlm_user_add_ast()
738
if (flags &
DLM_CB_BAST
) {
in copy_result_to_user()
895
if (cb->flags &
DLM_CB_BAST
) {
in device_read()
H
A
D
dlm_internal.h
218
#define
DLM_CB_BAST
0x00000002
macro
H
A
D
rcom.c
434
rl->rl_asts |=
DLM_CB_BAST
;
in pack_rcom_lock()
H
A
D
lock.c
315
dlm_add_cb(lkb,
DLM_CB_BAST
, rqmode, 0, 0);
in queue_bast()
3420
ms->m_asts |= cpu_to_le32(
DLM_CB_BAST
);
in send_args()
3732
lkb->lkb_bastfn = (ms->m_asts & cpu_to_le32(
DLM_CB_BAST
)) ? &fake_bastfn : NULL;
in receive_request_args()
5359
lkb->lkb_bastfn = (rl->rl_asts &
DLM_CB_BAST
) ? &fake_bastfn : NULL;
in receive_rcom_lock_args()
Completed in 22 milliseconds