Home
last modified time | relevance | path

Searched defs:quotafile (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libutil/
H A Dquotafile.c50 struct quotafile { struct
51 int fd; /* -1 means using quotactl for access */
52 int accmode; /* access mode */
53 int wordsize; /* 32-bit or 64-bit limits */
54 int quotatype; /* USRQUOTA or GRPQUOTA */
55 dev_t dev; /* device */
56 char fsname[MAXPATHLEN + 1]; /* mount point of filesystem */
57 char qfname[MAXPATHLEN + 1]; /* quota file if not using quotactl */