Lines Matching defs:quota
42 * Disk quota editor.
392 * quota definition string.
409 * are specified in 1k blocks in the edited quota
413 * hard and soft block limits in the edited quota file
415 * quota (which is 2^32 - 1, since it's a 32-bit unsigned
420 quota_entry_printed = 0; /* only print quota entry once */
478 * to zero, in case the user is now over quota.
720 * Convert implicit 0 quota (EOF)
817 struct quotctl quota;
898 quota.op = cmd;
899 quota.uid = uid;
900 quota.addr = addr;
901 status = ioctl(fd, Q_QUOTACTL, "a);