OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wanted_sector_size
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/mkfs/
f2fs_format_main.c
102
c.
wanted_sector_size
= 4096;
190
c.
wanted_sector_size
= atoi(optarg);
/external/f2fs-tools/lib/
libf2fs.c
607
c.
wanted_sector_size
= -1;
958
c.wanted_total_sectors, c.
wanted_sector_size
);
959
if (c.
wanted_sector_size
== -1) {
960
c.
wanted_sector_size
= dev->sector_size;
961
} else if (dev->sector_size != c.
wanted_sector_size
) {
962
c.wanted_total_sectors *= c.
wanted_sector_size
;
/external/f2fs-tools/include/
f2fs_fs.h
351
u_int64_t
wanted_sector_size
;
member in struct:f2fs_configuration
[
all
...]
Completed in 4526 milliseconds