Lines Matching refs:quota
40 * Disk quota reporting program.
105 * packages. 'quota' utility supports zfs as an option.
150 "quota must be set-uid root or have "
170 (void) fprintf(stdout, "quota -F UFS ");
182 fprintf(stderr, "usage: quota [-v] [username]\n");
212 printf("no disk quota for uid 0\n");
227 fprintf(stderr, "quota: %s: unknown user\n", name);
232 printf("no disk quota for %s (uid 0)\n", name);
257 printf("quota: %s (uid %d): permission denied\n", name, uid);
302 * Skip quota processing if mounted with public
304 * a fire wall to contact the quota server.
325 * We skip quota reporting on mounts with replicas
332 * (2) Which replica would we report the quota
335 * next time quota is run, the quota will look
351 * a fire wall to contact the quota server.
387 * Failed to get quota from this server. Add
450 printf("Over disk quota on %s, remove %luK\n",
457 printf("Over disk quota on %s, remove %luK within %s\n",
463 "Over disk quota on %s, time limit has expired, remove %luK\n",
474 printf("Over file quota on %s, remove %lu file%s\n",
484 "Over file quota on %s, remove %lu file%s within %s\n",
491 "Over file quota on %s, time limit has expired, remove %lu file%s\n",
507 "quota",
511 "quota",
646 * Convert implicit 0 quota (EOF)
668 struct quotctl quota;
726 quota.op = cmd;
727 quota.uid = uid;
728 quota.addr = addr;
729 status = ioctl(fd, Q_QUOTACTL, "a);
813 fprintf(stderr, "quota permission error, host: %s\n", hostp);