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:mftrecsz
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
playlog.c
323
while ((k <
mftrecsz
)
in sanity_mft()
643
if ((size ==
mftrecsz
) && !memcmp(buffer,"FILE",4)) {
in write_protected()
886
dump(buffer,
mftrecsz
);
in change_resident()
895
&& (attrend <=
mftrecsz
)
in change_resident()
906
buffer,
mftrecsz
);
in change_resident()
944
&& ((target + length) <=
mftrecsz
)) {
in change_resident_expect()
954
buffer,
mftrecsz
);
in change_resident_expect()
1039
&& ((target + length) <=
mftrecsz
)) {
in add_resident()
1053
mftrecsz
- target - resize);
in add_resident()
1065
buffer,
mftrecsz
);
in add_resident()
[all...]
H
A
D
ntfsrecover.c
129
u32
mftrecsz
;
variable
1339
if (!ctx->vol && !
mftrecsz
&& (length > 8)) {
in fixup()
1340
/*
mftrecsz
can be determined from usa_count */
in fixup()
1341
mftrecsz
= (getle16(buf,6) - 1)*512;
in fixup()
1343
while ((u32)(1 << mftrecbits) <
mftrecsz
)
in fixup()
1455
firstpos = 0x30 + (((
mftrecsz
/512 + 1)*2 - 1 ) | 7) + 1;
in fixup()
1924
if (
mftrecsz
&& onmft) {
in detaillogr()
1925
if (clustersz >
mftrecsz
)
in detaillogr()
1929
*clustersz/
mftrecsz
),
in detaillogr()
1931
*clustersz/
mftrecsz
in detaillogr()
[all...]
H
A
D
ntfsrecover.h
116
extern u32
mftrecsz
;
Completed in 7 milliseconds