2014-01-11 05:16:10 +00:00
|
|
|
/**
|
|
|
|
* f2fs_format_utils.c
|
|
|
|
*
|
|
|
|
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com/
|
|
|
|
*
|
2014-04-07 03:10:59 +00:00
|
|
|
* Dual licensed under the GPL or LGPL version 2 licenses.
|
2014-01-11 05:16:10 +00:00
|
|
|
*/
|
2021-12-15 02:45:47 +00:00
|
|
|
#ifndef _LARGEFILE64_SOURCE
|
2014-01-11 05:16:10 +00:00
|
|
|
#define _LARGEFILE64_SOURCE
|
2021-12-15 02:45:47 +00:00
|
|
|
#endif
|
2014-01-11 05:16:10 +00:00
|
|
|
|
|
|
|
#include "f2fs_fs.h"
|
|
|
|
|
2016-09-17 01:41:00 +00:00
|
|
|
extern struct f2fs_configuration c;
|
2014-01-11 05:16:10 +00:00
|
|
|
|
2022-04-21 22:18:11 +00:00
|
|
|
int f2fs_trim_device(int, uint64_t);
|
2016-11-02 00:23:40 +00:00
|
|
|
int f2fs_trim_devices(void);
|
2014-02-06 03:53:19 +00:00
|
|
|
int f2fs_format_device(void);
|