Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_quota.c329 sys_vquotactl(struct sysmsg *sysmsg, const struct vquotactl_args *vqa) in sys_vquotactl() argument
344 path = vqa->path; in sys_vquotactl()
345 error = copyin(vqa->pref, &pref, sizeof(pref)); in sys_vquotactl()
409 error = copyout(&pref, vqa->pref, sizeof(pref)); in sys_vquotactl()