Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247-rc1
/
.
/
src
/
shared
/
mkfs-util.h
blob: 54e9b931e68bf49038bba50b0ed4496724986c81 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
#include
<stdbool.h>
#include
"sd-id128.h"
int
mkfs_exists
(
const
char
*
fstype
);
int
make_filesystem
(
const
char
*
node
,
const
char
*
fstype
,
const
char
*
label
,
sd_id128_t
uuid
,
bool
discard
);