]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homework-quota.h
test: also flush and rotate journal before read
[thirdparty/systemd.git] / src / home / homework-quota.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "user-record.h"
5
6 int home_update_quota_btrfs(UserRecord *h, const char *path);
7 int home_update_quota_classic(UserRecord *h, const char *path);
8 int home_update_quota_auto(UserRecord *h, const char *path);