4 * Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 * 2003, 2004, 2005 by Theodore Ts'o.
8 * This file may be redistributed under the terms of the GNU Public
14 extern const char * program_name
;
17 extern int zero_hugefile
;
18 extern char **fs_types
;
20 extern char *get_string_from_profile(char **types
, const char *opt
,
22 extern int get_int_from_profile(char **types
, const char *opt
, int def_val
);
23 extern int get_bool_from_profile(char **types
, const char *opt
, int def_val
);
24 extern int int_log10(unsigned long long arg
);
27 extern errcode_t
mk_hugefiles(ext2_filsys fs
, const char *device_name
);