]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-luks.h
homed: mark LUKS loopback file as "dirty" via xattr when in use
[thirdparty/systemd.git] / src / home / homework-luks.h
index b51f1ad7a01d07f747ed67b9f6d1ad86c8c359f7..4d3e085ff004f6dfccf1526f1456bc0ae5651118 100644 (file)
@@ -42,3 +42,5 @@ int run_fitrim(int root_fd);
 int run_fitrim_by_path(const char *root_path);
 int run_fallocate(int backing_fd, const struct stat *st);
 int run_fallocate_by_path(const char *backing_path);
+int run_mark_dirty(int fd, bool b);
+int run_mark_dirty_by_path(const char *path, bool b);