|
Android-cuttlefish cvd tool
|
#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <string.h>#include <stdbool.h>#include <unistd.h>#include <sys/stat.h>#include <time.h>#include <errno.h>#include <getopt.h>#include <f2fs_fs.h>#include "quota.h"#include "f2fs_format_utils.h"
Functions | |
| static void | mkfs_usage () |
| static void | f2fs_show_info () |
| static bool | kernel_version_over (unsigned int UNUSED(min_major), unsigned int UNUSED(min_minor)) |
| static void | add_default_options (void) |
| static void | f2fs_parse_options (int argc, char *argv[]) |
| static int | f2fs_check_overwrite (void) |
| int | main (int argc, char *argv[]) |
Variables | |
| struct f2fs_configuration | c |
| static int | force_overwrite = 0 |
| INIT_FEATURE_TABLE | |
|
static |
|
static |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
extern |
f2fs_format.c
Copyright (c) 2012 Samsung Electronics Co., Ltd. http://www.samsung.com/
Dual licensed under the GPL or LGPL version 2 licenses.
|
static |
| INIT_FEATURE_TABLE |