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_node
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
config.c
47
struct
dlm_node
;
267
struct
dlm_node
{
struct
366
static struct
dlm_node
*config_item_to_node(struct config_item *i)
in config_item_to_node()
368
return i ? container_of(i, struct
dlm_node
, item) : NULL;
in config_item_to_node()
529
struct
dlm_node
*nd;
in make_node()
531
nd = kzalloc(sizeof(struct
dlm_node
), GFP_NOFS);
in make_node()
551
struct
dlm_node
*nd = config_item_to_node(i);
in drop_node()
563
struct
dlm_node
*nd = config_item_to_node(i);
in release_node()
743
struct
dlm_node
*nd = config_item_to_node(item);
in node_nodeid_store()
838
struct
dlm_node
*n
in dlm_config_nodes()
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
config.c
48
struct
dlm_node
;
290
struct
dlm_node
{
struct
389
static struct
dlm_node
*config_item_to_node(struct config_item *i)
in config_item_to_node()
391
return i ? container_of(i, struct
dlm_node
, item) : NULL;
in config_item_to_node()
550
struct
dlm_node
*nd;
in make_node()
552
nd = kzalloc(sizeof(struct
dlm_node
), GFP_NOFS);
in make_node()
572
struct
dlm_node
*nd = config_item_to_node(i);
in drop_node()
584
struct
dlm_node
*nd = config_item_to_node(i);
in release_node()
773
struct
dlm_node
*nd = config_item_to_node(item);
in node_nodeid_store()
868
struct
dlm_node
*n
in dlm_config_nodes()
[all...]
Completed in 4 milliseconds