Home
last modified time | relevance | path

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

/netbsd/lib/libquota/
H A Dquota_kernel.c56 return __quotactl(qh->qh_mountpoint, &args); in __quota_kernel_stat()
102 if (__quotactl(qh->qh_mountpoint, &args)) { in __quota_kernel_idtype_getname()
128 if (__quotactl(qh->qh_mountpoint, &args)) { in __quota_kernel_objtype_getname()
143 if (__quotactl(qh->qh_mountpoint, &args)) { in __quota_kernel_objtype_isbytes()
181 return __quotactl(qh->qh_mountpoint, &args); in __quota_kernel_quotaon()
191 return __quotactl(qh->qh_mountpoint, &args); in __quota_kernel_quotaoff()
203 return __quotactl(qh->qh_mountpoint, &args); in __quota_kernel_get()
215 return __quotactl(qh->qh_mountpoint, &args); in __quota_kernel_put()
242 if (__quotactl(qh->qh_mountpoint, &args)) { in __quota_kernel_cursor_create()
259 if (__quotactl(qh->qh_mountpoint, &args)) { in __quota_kernel_cursor_destroy()
[all …]
H A Dquota_open.c105 qh->qh_mountpoint = strdup(stv.f_mntonname); in quota_open()
106 if (qh->qh_mountpoint == NULL) { in quota_open()
116 free(qh->qh_mountpoint); in quota_open()
134 return qh->qh_mountpoint; in quota_getmountpoint()
153 free(qh->qh_mountpoint); in quota_close()
H A Dquota_oldfiles.c257 qh->qh_mountpoint, in __quota_oldfiles_defquotafile()
268 ofe = __quota_oldfiles_find_fstabentry(qh->qh_mountpoint); in __quota_oldfiles_getquotafile()
392 ofe = __quota_oldfiles_find_fstabentry(qh->qh_mountpoint); in __quota_oldfiles_initialize()
394 warnx("%s not found in fstab", qh->qh_mountpoint); in __quota_oldfiles_initialize()
H A Dquotapvt.h36 char *qh_mountpoint; member