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:first_clus
(Results
1 - 7
of
7
) sorted by relevance
/third_party/exfatprogs/lib/
H
A
D
exfat_dir.c
73
exfat_c2o(exfat, iter->parent->
first_clus
), size,
in read_ahead_first_blocks()
152
offset = exfat_c2o(exfat, next_inode->
first_clus
);
in read_ahead_next_dir_blocks()
173
desc->p_clus = iter->parent->
first_clus
;
in read_block()
719
if (!exfat_heap_clus(exfat, inode->
first_clus
))
in exfat_map_cluster()
722
clu = inode->
first_clus
;
in exfat_map_cluster()
864
inode->
first_clus
= *new_clu;
in exfat_alloc_cluster()
H
A
D
libexfat.c
788
if (!exfat_heap_clus(exfat, node->
first_clus
))
in exfat_root_clus_count()
791
clus = node->
first_clus
;
in exfat_root_clus_count()
/third_party/exfatprogs/fsck/
H
A
D
fsck.c
113
clus = node->
first_clus
;
in check_clus_chain()
118
if (node->size == 0 && node->
first_clus
== EXFAT_FREE_CLUSTER)
in check_clus_chain()
122
if ((node->size == 0 && node->
first_clus
!= EXFAT_FREE_CLUSTER) ||
in check_clus_chain()
123
(node->size > 0 && !exfat_heap_clus(exfat, node->
first_clus
))) {
in check_clus_chain()
127
node->size, node->
first_clus
))
in check_clus_chain()
221
node->
first_clus
= EXFAT_FREE_CLUSTER;
in check_clus_chain()
249
if (!exfat_heap_clus(exfat, node->
first_clus
))
in root_check_clus_chain()
252
clus = node->
first_clus
;
in root_check_clus_chain()
892
node->
first_clus
= le32_to_cpu(stream_de->stream_start_clu);
in read_file_dentry_set()
1303
root->
first_clus
in exfat_root_dir_check()
[all...]
/third_party/exfatprogs/include/
H
A
D
exfat_fs.h
19
clus_t
first_clus
;
member
/third_party/exfatprogs/tune/
H
A
D
tune.c
131
exfat->root->
first_clus
= le32_to_cpu(exfat->bs->bsx.root_cluster);
in main()
/third_party/exfatprogs/label/
H
A
D
label.c
119
exfat->root->
first_clus
= le32_to_cpu(exfat->bs->bsx.root_cluster);
in main()
/third_party/exfatprogs/exfat2img/
H
A
D
exfat2img.c
248
clus = inode->
first_clus
;
in dump_directory()
289
root->
first_clus
= le32_to_cpu(exfat->bs->bsx.root_cluster);
in dump_root()
331
node->
first_clus
= le32_to_cpu(stream_de->stream_start_clu);
in read_file_dentry_set()
Completed in 7 milliseconds