Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dquotafile.c519 struct quotafile *newqf; in quota_convert() local
543 *newqf = *qf; in quota_convert()
547 free(newqf); in quota_convert()
555 newqf->wordsize = wordsize; in quota_convert()
569 fchmod(newqf->fd, 0640); in quota_convert()
573 switch (newqf->wordsize) { in quota_convert()
596 qf->fd = newqf->fd; in quota_convert()
597 newqf->fd = fd; in quota_convert()
598 qf->wordsize = newqf->wordsize; in quota_convert()
599 quota_close(newqf); in quota_convert()
[all …]