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:oc_conn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
stack_user.c
111
struct ocfs2_cluster_connection *
oc_conn
;
member
194
if ((c->
oc_conn
->cc_namelen == len) &&
in ocfs2_connection_find()
195
!strncmp(c->
oc_conn
->cc_name, name, len))
in ocfs2_connection_find()
213
c->
oc_conn
= conn;
in ocfs2_live_connection_attach()
235
c->
oc_conn
= NULL;
in ocfs2_live_connection_drop()
285
BUG_ON(c->
oc_conn
== NULL);
in ocfs2_control_send_down()
286
c->
oc_conn
->cc_recovery_handler(nodenum,
in ocfs2_control_send_down()
287
c->
oc_conn
->cc_recovery_data);
in ocfs2_control_send_down()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
stack_user.c
110
struct ocfs2_cluster_connection *
oc_conn
;
member
193
if ((c->
oc_conn
->cc_namelen == len) &&
in ocfs2_connection_find()
194
!strncmp(c->
oc_conn
->cc_name, name, len))
in ocfs2_connection_find()
212
c->
oc_conn
= conn;
in ocfs2_live_connection_attach()
234
c->
oc_conn
= NULL;
in ocfs2_live_connection_drop()
284
BUG_ON(c->
oc_conn
== NULL);
in ocfs2_control_send_down()
285
c->
oc_conn
->cc_recovery_handler(nodenum,
in ocfs2_control_send_down()
286
c->
oc_conn
->cc_recovery_data);
in ocfs2_control_send_down()
Completed in 4 milliseconds