| H A D | quota.c | 2 * SPDX-License-Identifier: BSD-3-Clause 83 static void showrawquotas(int type, u_long id, struct quotause *qup); 85 static int getufsquota(struct fstab *fs, struct quotause *qup, long id, 87 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id, 106 while ((ch = getopt(argc, argv, "f:ghlrquv")) != -1) { in main() 136 argc -= optind; in main() 162 for (; argc > 0; argc- in main() 268 struct quotause *qup; showquotas() local 378 showrawquotas(int type,u_long id,struct quotause * qup) showrawquotas() argument 477 struct quotause *qup, *quptail = NULL; getprivs() local 544 getufsquota(struct fstab * fs,struct quotause * qup,long id,int quotatype) getufsquota() argument 557 getnfsquota(struct statfs * fst,struct quotause * qup,long id,int quotatype) getnfsquota() argument [all...] |