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:s_partition_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
super.c
283
if (map->
s_partition_type
== UDF_SPARABLE_MAP15)
in udf_free_partition()
286
else if (map->
s_partition_type
== UDF_METADATA_MAP25) {
in udf_free_partition()
1059
if (map->
s_partition_type
== UDF_VIRTUAL_MAP15 ||
in check_partition_desc()
1060
map->
s_partition_type
== UDF_VIRTUAL_MAP20 ||
in check_partition_desc()
1061
map->
s_partition_type
== UDF_METADATA_MAP25)
in check_partition_desc()
1095
p_index, map->
s_partition_type
,
in udf_fill_partdesc_info()
1194
if (map->
s_partition_type
== UDF_VIRTUAL_MAP15) {
in udf_load_vat()
1198
} else if (map->
s_partition_type
== UDF_VIRTUAL_MAP20) {
in udf_load_vat()
1256
(map->
s_partition_type
== UDF_TYPE1_MAP15 ||
in udf_load_partdesc()
1257
map->
s_partition_type
in udf_load_partdesc()
[all...]
H
A
D
udf_sb.h
96
__u16
s_partition_type
;
member
/kernel/linux/linux-6.6/fs/udf/
H
A
D
super.c
286
if (map->
s_partition_type
== UDF_SPARABLE_MAP15)
in udf_free_partition()
289
else if (map->
s_partition_type
== UDF_METADATA_MAP25) {
in udf_free_partition()
1063
if (map->
s_partition_type
== UDF_VIRTUAL_MAP15 ||
in check_partition_desc()
1064
map->
s_partition_type
== UDF_VIRTUAL_MAP20 ||
in check_partition_desc()
1065
map->
s_partition_type
== UDF_METADATA_MAP25)
in check_partition_desc()
1099
p_index, map->
s_partition_type
,
in udf_fill_partdesc_info()
1196
if (map->
s_partition_type
== UDF_VIRTUAL_MAP15) {
in udf_load_vat()
1200
} else if (map->
s_partition_type
== UDF_VIRTUAL_MAP20) {
in udf_load_vat()
1262
(map->
s_partition_type
== UDF_TYPE1_MAP15 ||
in udf_load_partdesc()
1263
map->
s_partition_type
in udf_load_partdesc()
[all...]
H
A
D
udf_sb.h
99
__u16
s_partition_type
;
member
Completed in 7 milliseconds