]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - io/init.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / io / init.h
CommitLineData
959ef981 1// SPDX-License-Identifier: GPL-2.0
e246ba5f 2/*
da23017d
NS
3 * Copyright (c) 2003-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
e246ba5f 5 */
dfc130f3 6
3d93ccb7
NS
7#define CMD_NOFILE_OK (1<<0) /* command doesn't need an open file */
8#define CMD_NOMAP_OK (1<<1) /* command doesn't need a mapped region */
29647c8d 9#define CMD_FOREIGN_OK CMD_FLAG_FOREIGN_OK
3d93ccb7 10
e246ba5f 11extern char *progname;
48c46ee3
NS
12extern int exitcode;
13extern int expert;
14extern size_t pagesize;
5c7bef67 15extern struct timeval stopwatch;
3d93ccb7 16
2c2f6d79 17extern void init_cvtnum(size_t *blocksize, size_t *sectsize);