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:lcn_length
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsresize.c
778
s64 lcn,
lcn_length
, start, len, inode;
in collect_relocation_info()
local
782
lcn_length
= rl->length;
in collect_relocation_info()
786
if (lcn +
lcn_length
<= new_vol_size)
in collect_relocation_info()
793
len =
lcn_length
;
in collect_relocation_info()
797
len =
lcn_length
- (new_vol_size - lcn);
in collect_relocation_info()
802
print_advise(resize->vol, lcn +
lcn_length
- 1);
in collect_relocation_info()
852
s64
lcn_length
= rl[i].length;
in build_lcn_usage_bitmap()
local
859
if (lcn < 0 ||
lcn_length
<= 0)
in build_lcn_usage_bitmap()
863
(long long)lcn, (long long)
lcn_length
);
in build_lcn_usage_bitmap()
865
for (j = 0; j <
lcn_length
;
in build_lcn_usage_bitmap()
2010
s64 lcn,
lcn_length
;
relocate_run()
local
2081
s64
lcn_length
= rl[i].length;
relocate_attribute()
local
[all...]
H
A
D
ntfsclone.c
1724
s64
lcn_length
= rl[i].length;
local
1730
if (lcn < 0 ||
lcn_length
< 0)
1735
(long long)lcn, (long long)
lcn_length
);
1740
for (j = 0; j <
lcn_length
; j++) {
1756
walk->image->inuse +=
lcn_length
;
1772
walk->image->inuse +=
lcn_length
;
Completed in 7 milliseconds