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:total_sectors
(Results
1 - 7
of
7
) sorted by relevance
/third_party/f2fs-tools/lib/
H
A
D
libf2fs_zoned.c
198
dev->nr_zones = dev->
total_sectors
/ sectors;
in f2fs_get_zone_blocks()
199
if (dev->
total_sectors
% sectors)
in f2fs_get_zone_blocks()
246
uint64_t
total_sectors
= (dev->
total_sectors
* c.sector_size)
in f2fs_report_zones()
local
257
while (sector <
total_sectors
) {
in f2fs_report_zones()
299
uint64_t
total_sectors
;
in f2fs_check_zones()
local
319
total_sectors
= (dev->
total_sectors
* c.sector_size) >> 9;
in f2fs_check_zones()
321
while (sector <
total_sectors
) {
in f2fs_check_zones()
340
for (i = 0; i < rep->nr_zones && sector <
total_sectors
;
in f2fs_check_zones()
452
uint64_t
total_sectors
;
f2fs_reset_zones()
local
[all...]
H
A
D
libf2fs.c
894
uint32_t
total_sectors
;
in get_device_info()
local
965
dev->
total_sectors
= c.device_size / dev->sector_size;
in get_device_info()
967
dev->
total_sectors
= stat_buf->st_size / dev->sector_size;
in get_device_info()
976
if (ioctl(fd, BLKGETSIZE64, &dev->
total_sectors
) < 0) {
in get_device_info()
982
if (ioctl(fd, BLKGETSIZE, &
total_sectors
) < 0) {
in get_device_info()
987
dev->
total_sectors
=
total_sectors
;
in get_device_info()
989
dev->
total_sectors
/= dev->sector_size;
in get_device_info()
1085
c.
total_sectors
+= dev->
total_sectors
;
in get_device_info()
[all...]
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format_utils.c
58
uint64_t bytes = dev->
total_sectors
* dev->sector_size;
in trim_device()
H
A
D
f2fs_format.c
255
set_sb(block_count, c.
total_sectors
>> log_sectors_per_block);
in f2fs_prepare_super_block()
279
(c.devices[0].
total_sectors
* c.sector_size) % zone_size_bytes;
in f2fs_prepare_super_block()
301
(c.devices[i].
total_sectors
*
in f2fs_prepare_super_block()
310
c.devices[i].
total_sectors
/
in f2fs_prepare_super_block()
499
(c.devices[0].
total_sectors
*
in f2fs_prepare_super_block()
/third_party/f2fs-tools/fsck/
H
A
D
main.c
1014
c.target_sectors = c.
total_sectors
;
in do_resize()
1016
if (c.target_sectors > c.
total_sectors
) {
in do_resize()
1018
c.target_sectors, c.
total_sectors
);
in do_resize()
H
A
D
mount.c
1096
u64
total_sectors
;
in init_sb_info()
local
1153
total_sectors
= get_sb(block_count) << sbi->log_sectors_per_block;
in init_sb_info()
1157
total_sectors
,
total_sectors
>>
in init_sb_info()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
397
uint64_t
total_sectors
; /* got by get_device_info */
member
479
uint64_t
total_sectors
;
member
Completed in 14 milliseconds