Searched refs:wanted_total_sectors (Results 1 – 3 of 3) sorted by relevance
606 c.wanted_total_sectors = -1; in f2fs_init_configuration()956 if (c.wanted_total_sectors != -1) { in get_device_info()958 c.wanted_total_sectors, c.wanted_sector_size); in get_device_info()962 c.wanted_total_sectors *= c.wanted_sector_size; in get_device_info()963 c.wanted_total_sectors /= dev->sector_size; in get_device_info()1076 if (c.wanted_total_sectors < c.total_sectors) { in f2fs_get_device_info()1079 c.total_sectors = c.wanted_total_sectors; in f2fs_get_device_info()
240 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
350 u_int64_t wanted_total_sectors; member