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:volu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/
H
A
D
ldm.c
1008
struct vblk_volu *
volu
;
in ldm_parse_vol5()
local
1085
volu
= &vb->vblk.
volu
;
in ldm_parse_vol5()
1086
ldm_get_vstr(buffer + 0x18 + r_name,
volu
->volume_type,
in ldm_parse_vol5()
1087
sizeof(
volu
->volume_type));
in ldm_parse_vol5()
1088
memcpy(
volu
->volume_state, buffer + 0x18 + r_disable_drive_letter,
in ldm_parse_vol5()
1089
sizeof(
volu
->volume_state));
in ldm_parse_vol5()
1090
volu
->size = ldm_get_vnum(buffer + 0x3D + r_child);
in ldm_parse_vol5()
1091
volu
->partition_type = buffer[0x41 + r_size];
in ldm_parse_vol5()
1092
memcpy(
volu
in ldm_parse_vol5()
[all...]
H
A
D
ldm.h
177
struct vblk_volu
volu
;
member
/kernel/linux/linux-6.6/block/partitions/
H
A
D
ldm.c
999
struct vblk_volu *
volu
;
in ldm_parse_vol5()
local
1076
volu
= &vb->vblk.
volu
;
in ldm_parse_vol5()
1077
ldm_get_vstr(buffer + 0x18 + r_name,
volu
->volume_type,
in ldm_parse_vol5()
1078
sizeof(
volu
->volume_type));
in ldm_parse_vol5()
1079
memcpy(
volu
->volume_state, buffer + 0x18 + r_disable_drive_letter,
in ldm_parse_vol5()
1080
sizeof(
volu
->volume_state));
in ldm_parse_vol5()
1081
volu
->size = ldm_get_vnum(buffer + 0x3D + r_child);
in ldm_parse_vol5()
1082
volu
->partition_type = buffer[0x41 + r_size];
in ldm_parse_vol5()
1083
memcpy(
volu
in ldm_parse_vol5()
[all...]
H
A
D
ldm.h
176
struct vblk_volu
volu
;
member
Completed in 4 milliseconds