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:label_block
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
dasd.h
42
unsigned int
label_block
; /* where to find the VOLSER */
member
112
unsigned int
label_block
; /* where to find the VOLSER */
member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
dasd.h
42
unsigned int
label_block
; /* where to find the VOLSER */
member
114
unsigned int
label_block
; /* where to find the VOLSER */
member
/kernel/linux/linux-5.10/block/partitions/
H
A
D
ibm.c
91
testsect[0] = info->
label_block
;
in find_label()
93
testsect[0] = info->
label_block
* (blocksize >> 9);
in find_label()
357
offset = (info->
label_block
+ 1) * (blocksize >> 9);
in ibm_partition()
/kernel/linux/linux-6.6/block/partitions/
H
A
D
ibm.c
91
testsect[0] = info->
label_block
;
in find_label()
93
testsect[0] = info->
label_block
* (blocksize >> 9);
in find_label()
358
offset = (info->
label_block
+ 1) * (blocksize >> 9);
in ibm_partition()
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_diag.c
607
info->
label_block
= (unsigned int) private->pt_block;
in dasd_diag_fill_info()
H
A
D
dasd_fba.c
636
info->
label_block
= 1;
in dasd_fba_fill_info()
H
A
D
dasd_eckd.c
4913
info->
label_block
= 2;
in dasd_eckd_fill_info()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_diag.c
606
info->
label_block
= (unsigned int) private->pt_block;
in dasd_diag_fill_info()
H
A
D
dasd_fba.c
627
info->
label_block
= 1;
in dasd_fba_fill_info()
H
A
D
dasd_eckd.c
5028
info->
label_block
= 2;
in dasd_eckd_fill_info()
Completed in 30 milliseconds