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_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
balloc.c
681
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP) {
in udf_free_blocks()
684
} else if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE) {
in udf_free_blocks()
703
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP)
in udf_prealloc_blocks()
708
else if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE)
in udf_prealloc_blocks()
728
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP)
in udf_new_block()
732
else if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE)
in udf_new_block()
H
A
D
super.c
279
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE)
in udf_free_partition()
281
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP)
in udf_free_partition()
1086
map->
s_partition_flags
|= UDF_PART_FLAG_READ_ONLY;
in udf_fill_partdesc_info()
1088
map->
s_partition_flags
|= UDF_PART_FLAG_WRITE_ONCE;
in udf_fill_partdesc_info()
1090
map->
s_partition_flags
|= UDF_PART_FLAG_REWRITABLE;
in udf_fill_partdesc_info()
1092
map->
s_partition_flags
|= UDF_PART_FLAG_OVERWRITABLE;
in udf_fill_partdesc_info()
1126
map->
s_partition_flags
|= UDF_PART_FLAG_UNALLOC_TABLE;
in udf_fill_partdesc_info()
1138
map->
s_partition_flags
|= UDF_PART_FLAG_UNALLOC_BITMAP;
in udf_fill_partdesc_info()
2257
if (sbi->s_partmaps[sbi->s_partition].
s_partition_flags
&
in udf_fill_super()
2532
if (map->
s_partition_flags
in udf_count_free()
[all...]
H
A
D
udf_sb.h
105
__u16
s_partition_flags
;
member
/kernel/linux/linux-6.6/fs/udf/
H
A
D
balloc.c
677
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP) {
in udf_free_blocks()
680
} else if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE) {
in udf_free_blocks()
699
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP)
in udf_prealloc_blocks()
704
else if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE)
in udf_prealloc_blocks()
724
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP)
in udf_new_block()
728
else if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE)
in udf_new_block()
H
A
D
super.c
282
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_TABLE)
in udf_free_partition()
284
if (map->
s_partition_flags
& UDF_PART_FLAG_UNALLOC_BITMAP)
in udf_free_partition()
1090
map->
s_partition_flags
|= UDF_PART_FLAG_READ_ONLY;
in udf_fill_partdesc_info()
1092
map->
s_partition_flags
|= UDF_PART_FLAG_WRITE_ONCE;
in udf_fill_partdesc_info()
1094
map->
s_partition_flags
|= UDF_PART_FLAG_REWRITABLE;
in udf_fill_partdesc_info()
1096
map->
s_partition_flags
|= UDF_PART_FLAG_OVERWRITABLE;
in udf_fill_partdesc_info()
1130
map->
s_partition_flags
|= UDF_PART_FLAG_UNALLOC_TABLE;
in udf_fill_partdesc_info()
1142
map->
s_partition_flags
|= UDF_PART_FLAG_UNALLOC_BITMAP;
in udf_fill_partdesc_info()
2217
if (sbi->s_partmaps[sbi->s_partition].
s_partition_flags
&
in udf_fill_super()
2491
if (map->
s_partition_flags
in udf_count_free()
[all...]
H
A
D
udf_sb.h
108
__u16
s_partition_flags
;
member
Completed in 9 milliseconds