Searched refs:F2FS_REPORT_ZONES_BUFSZ (Results 1 – 1 of 1) sorted by relevance
234 #define F2FS_REPORT_ZONES_BUFSZ 524288 macro247 rep = malloc(F2FS_REPORT_ZONES_BUFSZ); in f2fs_report_zones()257 rep->nr_zones = (F2FS_REPORT_ZONES_BUFSZ - sizeof(struct blk_zone_report)) in f2fs_report_zones()300 rep = malloc(F2FS_REPORT_ZONES_BUFSZ); in f2fs_check_zones()320 memset(rep, 0, F2FS_REPORT_ZONES_BUFSZ); in f2fs_check_zones()322 rep->nr_zones = (F2FS_REPORT_ZONES_BUFSZ - sizeof(struct blk_zone_report)) in f2fs_check_zones()453 rep = malloc(F2FS_REPORT_ZONES_BUFSZ); in f2fs_reset_zones()464 memset(rep, 0, F2FS_REPORT_ZONES_BUFSZ); in f2fs_reset_zones()466 rep->nr_zones = (F2FS_REPORT_ZONES_BUFSZ - sizeof(struct blk_zone_report)) in f2fs_reset_zones()