Home
last modified time | relevance | path

Searched refs:BtrfsQuotaInfo (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/shared/
Dbtrfs-util.h23 typedef struct BtrfsQuotaInfo { struct
28 } BtrfsQuotaInfo; argument
94 int btrfs_subvol_get_subtree_quota(const char *path, uint64_t subvol_id, BtrfsQuotaInfo *quota);
95 int btrfs_subvol_get_subtree_quota_fd(int fd, uint64_t subvol_id, BtrfsQuotaInfo *quota);
120 int btrfs_qgroup_get_quota_fd(int fd, uint64_t qgroupid, BtrfsQuotaInfo *quota);
121 int btrfs_qgroup_get_quota(const char *path, uint64_t qgroupid, BtrfsQuotaInfo *quota);
Dbtrfs-util.c525 int btrfs_qgroup_get_quota_fd(int fd, uint64_t qgroupid, BtrfsQuotaInfo *ret) { in btrfs_qgroup_get_quota_fd()
639 int btrfs_qgroup_get_quota(const char *path, uint64_t qgroupid, BtrfsQuotaInfo *ret) { in btrfs_qgroup_get_quota()
711 int btrfs_subvol_get_subtree_quota_fd(int fd, uint64_t subvol_id, BtrfsQuotaInfo *ret) { in btrfs_subvol_get_subtree_quota_fd()
732 int btrfs_subvol_get_subtree_quota(const char *path, uint64_t subvol_id, BtrfsQuotaInfo *ret) { in btrfs_subvol_get_subtree_quota()
Ddiscover-image.c292 BtrfsQuotaInfo quota; in image_make()
/systemd-251/src/portable/
Dportabled-bus.c52 BtrfsQuotaInfo q; in property_get_pool_usage()
78 BtrfsQuotaInfo q; in property_get_pool_limit()
/systemd-251/src/test/
Dtest-btrfs.c14 BtrfsQuotaInfo quota; in main()
/systemd-251/src/import/
Dexport-tar.c284 BtrfsQuotaInfo q; in tar_export_start()
/systemd-251/src/machine/
Dmachined-dbus.c55 BtrfsQuotaInfo q; in property_get_pool_usage()
81 BtrfsQuotaInfo q; in property_get_pool_limit()
/systemd-251/src/home/
Dhomed-home.c2336 BtrfsQuotaInfo qi; in home_get_disk_status_directory()