hasquota
if (!hasquota(fs, &qfpathname))
int hasquota(struct fstab *fs, char **qfnamep);
int hasquota(struct fstab *, int, char **);
if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) {
if (uflag && hasquota(fs, USRQUOTA, &qfnp)) {
if (!hasquota(fs, quotatype, &qfpathname))
int hasquota(struct fstab *, int, char **);
if (gflag && hasquota(fs, GRPQUOTA, &qfnp, 0))
if (uflag && hasquota(fs, USRQUOTA, &qfnp, 0))
hasquota(fs, GRPQUOTA, &qfnp, 1);
hasquota(fs, USRQUOTA, &qfnp, 1);
int hasquota(struct fstab *fs, int type, char **qfnamep, int force);
if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
if (uflag && hasquota(fs, USRQUOTA, &qfnp))
if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
if (uflag && hasquota(fs, USRQUOTA, &qfnp))
int hasquota(struct fstab *, int, char **);