]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/btrfs.h
mkosi: update arch commit reference
[thirdparty/systemd.git] / src / basic / btrfs.h
CommitLineData
e54c79cc
DDM
1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
3#include <fcntl.h>
4
5int btrfs_validate_subvolume_name(const char *name);
6
7int btrfs_subvol_make(int dir_fd, const char *path);
8
9int btrfs_subvol_make_fallback(int dir_fd, const char *path, mode_t mode);