mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
10 lines
253 B
C
10 lines
253 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
|
|
#include <fcntl.h>
|
|
|
|
int btrfs_validate_subvolume_name(const char *name);
|
|
|
|
int btrfs_subvol_make(int dir_fd, const char *path);
|
|
|
|
int btrfs_subvol_make_fallback(int dir_fd, const char *path, mode_t mode);
|