Lines Matching refs:limit
759 uint64_t limit;
819 s3 = format_bytes(bs, sizeof(bs), i->limit);
820 s4 = i->limit_exclusive != i->limit ? format_bytes(bs_exclusive, sizeof(bs_exclusive), i->limit_exclusive) : NULL;
837 { "Limit", "t", NULL, offsetof(ImageStatusInfo, limit) },
870 uint64_t limit;
878 info->limit = -1;
892 s = format_bytes(bs, sizeof(bs), i->limit);
902 { "PoolLimit", "t", NULL, offsetof(PoolStatusInfo, limit) },
908 .limit = (uint64_t) -1,
2309 uint64_t limit;
2313 limit = (uint64_t) -1;
2315 r = parse_size(argv[argc-1], 1024, &limit);
2321 /* With two arguments changes the quota limit of the
2331 "st", argv[1], limit);
2333 /* With one argument changes the pool quota limit */
2342 "t", limit);
2345 log_error("Could not set limit: %s", bus_error_message(&error, -r));
2408 " set-limit [NAME] BYTES Set image or pool size limit (disk quota)\n\n"
2641 { "set-limit", 2, 3, 0, set_limit },