chiark / gitweb /
machined/machinectl: add logic to show list of available images
[elogind.git] / src / shared / btrfs-util.h
index 28dbeb4e2731944ede56fe9182d6bc7200d686c2..c8f798b6a66eb132e70b45c8ff86396ec29fb5f0 100644 (file)
@@ -28,6 +28,7 @@ int btrfs_subvol_make(const char *path);
 int btrfs_subvol_remove(const char *path);
 int btrfs_subvol_snapshot(const char *old_path, const char *new_path, bool read_only, bool fallback_copy);
 int btrfs_subvol_read_only(const char *path, bool b);
+int btrfs_subvol_is_read_only_fd(int fd);
 
 int btrfs_reflink(int infd, int outfd);