Home
last modified time | relevance | path

Searched refs:qffile (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c230 repquota(char *fsdev, char *fsfile, char *qffile) in repquota() argument
239 qf = fopen64(qffile, "r"); in repquota()
241 perror(qffile); in repquota()
245 perror(qffile); in repquota()
255 perror(qffile); in repquota()
257 qffile); in repquota()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c421 chkquota(char *fsdev, char *fsfile, char *qffile) in chkquota() argument
452 qf = fopen64(qffile, "r+"); in chkquota()
454 perror(qffile); in chkquota()
459 perror(qffile); in chkquota()
473 qffile, quotadev, fsdev, statb.st_rdev); in chkquota()
487 perror(qffile); in chkquota()
489 qffile); in chkquota()