HomeSort by: relevance | last modified time | path
    Searched refs:qh_mountdevice (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libquota/
quota_open.c 113 qh->qh_mountdevice = strdup(stv.f_mntfromname);
114 if (qh->qh_mountdevice == NULL) {
140 return qh->qh_mountdevice;
152 free(qh->qh_mountdevice);
quotapvt.h 37 char *qh_mountdevice; member in struct:quotahandle
quota_nfs.c 164 path = strdup(qh->qh_mountdevice);

Completed in 14 milliseconds