Searched defs:quotafile (Results 1 – 1 of 1) sorted by relevance
52 struct quotafile { struct53 int fd; /* -1 means using quotactl for access */54 int accmode; /* access mode */55 int wordsize; /* 32-bit or 64-bit limits */56 int quotatype; /* USRQUOTA or GRPQUOTA */57 dev_t dev; /* device */58 char fsname[MAXPATHLEN + 1]; /* mount point of filesystem */59 char qfname[MAXPATHLEN + 1]; /* quota file if not using quotactl */