Home
last modified time | relevance | path

Searched refs:wanted_total_sectors (Results 1 – 3 of 3) sorted by relevance

/third_party/f2fs-tools/lib/
Dlibf2fs.c680 c.wanted_total_sectors = -1; in f2fs_init_configuration()
1078 if (c.wanted_total_sectors != -1) { in get_device_info()
1080 c.wanted_total_sectors, c.wanted_sector_size); in get_device_info()
1084 c.wanted_total_sectors *= c.wanted_sector_size; in get_device_info()
1085 c.wanted_total_sectors /= dev->sector_size; in get_device_info()
1206 if (c.wanted_total_sectors < c.total_sectors) { in f2fs_get_f2fs_info()
1209 c.total_sectors = c.wanted_total_sectors; in f2fs_get_f2fs_info()
/third_party/f2fs-tools/mkfs/
Df2fs_format_main.c350 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
/third_party/f2fs-tools/include/
Df2fs_fs.h478 uint64_t wanted_total_sectors; member