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:nslabel_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/
H
A
D
label.c
39
return ndd->
nslabel_size
;
in sizeof_namespace_label()
246
ndd->
nslabel_size
= label_size[i];
in nd_label_validate()
440
ndd->
nslabel_size
= 128;
in nd_label_data_init()
494
for (i = 0; i < nslot; i++, offset += ndd->
nslabel_size
) {
in nd_label_data_init()
499
memset(ndd->data + offset, 0, ndd->
nslabel_size
);
in nd_label_data_init()
504
if (offset + ndd->
nslabel_size
<= read_size)
in nd_label_data_init()
512
label_read_size = offset + ndd->
nslabel_size
- read_size;
in nd_label_data_init()
H
A
D
nd.h
30
int
nslabel_size
;
member
/kernel/linux/linux-6.6/drivers/nvdimm/
H
A
D
label.c
47
return ndd->
nslabel_size
;
in sizeof_namespace_label()
254
ndd->
nslabel_size
= label_size[i];
in nd_label_validate()
461
ndd->
nslabel_size
= 128;
in nd_label_data_init()
515
for (i = 0; i < nslot; i++, offset += ndd->
nslabel_size
) {
in nd_label_data_init()
520
memset(ndd->data + offset, 0, ndd->
nslabel_size
);
in nd_label_data_init()
525
if (offset + ndd->
nslabel_size
<= read_size)
in nd_label_data_init()
533
label_read_size = offset + ndd->
nslabel_size
- read_size;
in nd_label_data_init()
H
A
D
nd.h
30
int
nslabel_size
;
member
Completed in 6 milliseconds