Lines Matching defs:current
894 (An alternative could be to get the current quota usage
916 uint64_t bytes_limit, count_limit, current, limit, diff;
950 ¤t, &limit, &error);
952 if (limit <= current) {
956 diff = current - limit;
960 diff = limit - current;
982 ¤t, &limit, &error);
984 if (limit <= current) {
987 diff = current - limit;
991 diff = limit - current;