third_party_f2fs-tools/mkfs/f2fs_format_utils.h
Jaegeuk Kim de7e07e011 f2fs-tools: support multiple devices
This patch adds an option to specify multiple devices for an f2fs instance.

Up to 7 devices in addition to the default device can be added.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-11-09 18:03:47 -08:00

18 lines
372 B
C

/**
* f2fs_format_utils.c
*
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* Dual licensed under the GPL or LGPL version 2 licenses.
*/
#define _LARGEFILE64_SOURCE
#include "f2fs_fs.h"
extern struct f2fs_configuration c;
int f2fs_trim_device(int, u_int64_t);
int f2fs_trim_devices(void);
int f2fs_format_device(void);