Home
last modified time | relevance | path

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

/netbsd/lib/libquota/
H A Dquota_open.c113 qh->qh_mountdevice = strdup(stv.f_mntfromname); in quota_open()
114 if (qh->qh_mountdevice == NULL) { in quota_open()
140 return qh->qh_mountdevice; in quota_getmountdevice()
152 free(qh->qh_mountdevice); in quota_close()
H A Dquotapvt.h37 char *qh_mountdevice; member
H A Dquota_nfs.c164 path = strdup(qh->qh_mountdevice); in __quota_nfs_get()