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:volume_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
mkntfs.c
202
static int g_logfile_size = 0; /* in bytes, determined from
volume_size
*/
203
static long long g_mft_zone_end = 0; /* Determined from
volume_size
and mft_zone_multiplier, in clusters */
3571
s64
volume_size
;
in mkntfs_override_vol_params()
local
3700
volume_size
= opts.num_sectors * opts.sector_size;
in mkntfs_override_vol_params()
3702
if (
volume_size
< (1 << 20)) { /* 1MiB */
in mkntfs_override_vol_params()
3705
(long long)(
volume_size
/ 1024));
in mkntfs_override_vol_params()
3709
(long long)(
volume_size
/ 1024));
in mkntfs_override_vol_params()
3725
while (
volume_size
>> (ffs(vol->cluster_size) - 1 + 32)) {
in mkntfs_override_vol_params()
3780
vol->nr_clusters =
volume_size
/ vol->cluster_size;
in mkntfs_override_vol_params()
3784
* with
volume_size
in mkntfs_override_vol_params()
4027
u64
volume_size
;
mkntfs_initialize_rl_logfile()
local
4163
u64
volume_size
;
mkntfs_fill_device_with_zeroes()
local
[all...]
H
A
D
ntfsclone.c
2103
static s64
volume_size
(ntfs_volume *volume, s64 nr_clusters)
function
2229
volume_size
(vol, vol->nr_clusters));
/third_party/ntfs-3g/libntfs-3g/
H
A
D
win32_io.c
289
s64
volume_size
;
member
Completed in 11 milliseconds