HomeSort by relevance Sort by last modified time
    Searched refs:wanted_total_sectors (Results 1 - 3 of 3) sorted by null

  /external/f2fs-tools/lib/
libf2fs.c 598 c.wanted_total_sectors = -1;
935 /* adjust wanted_total_sectors */
936 if (c.wanted_total_sectors != -1) {
938 c.wanted_total_sectors, c.wanted_sector_size);
942 c.wanted_total_sectors *= c.wanted_sector_size;
943 c.wanted_total_sectors /= dev->sector_size;
1056 if (c.wanted_total_sectors < c.total_sectors) {
1059 c.total_sectors = c.wanted_total_sectors;
  /external/f2fs-tools/mkfs/
f2fs_format_main.c 218 c.wanted_total_sectors = atoll(argv[optind+1]);
  /external/f2fs-tools/include/
f2fs_fs.h 337 u_int64_t wanted_total_sectors; member in struct:f2fs_configuration
    [all...]

Completed in 54 milliseconds