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

/systemd/src/basic/
H A Dbtrfs-util.h44 uint64_t exclusive_max; member in struct:BtrfsQuotaInfo
H A Dbtrfs-util.c639 ret->exclusive_max = le64toh(qli->max_excl);
641 ret->exclusive_max = (uint64_t) -1;
666 ret->exclusive_max = (uint64_t) -1;
/systemd/src/test/
H A Dtest-btrfs.c56 log_info("exclusive_max: %s", strna(format_bytes(bs, sizeof(bs), quota.exclusive_max)));
/systemd/src/shared/
H A Dmachine-image.c222 (*ret)->limit_exclusive = quota.exclusive_max;

Completed in 25 milliseconds