Home
last modified time | relevance | path

Searched refs:exclusive_max (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-btrfs.c38 log_info("exclusive_max: %s", strna(FORMAT_BYTES(quota.exclusive_max))); in main()
/systemd-251/src/shared/
Dbtrfs-util.h27 uint64_t exclusive_max; member
Dbtrfs-util.c606 ret->exclusive_max = le64toh(qli->max_excl); in btrfs_qgroup_get_quota_fd()
608 ret->exclusive_max = UINT64_MAX; in btrfs_qgroup_get_quota_fd()
633 ret->exclusive_max = UINT64_MAX; in btrfs_qgroup_get_quota_fd()
Ddiscover-image.c300 (*ret)->limit_exclusive = quota.exclusive_max; in image_make()