Searched defs:fsq_dir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c60 char *fsq_dir; member in struct:fsquot
350 if (quotactl(Q_GETQUOTA, fsqp->fsq_dir,
363 if (quotactl(Q_ALLSYNC, fsqp->fsq_dir,
530 fsqp->fsq_dir = strdup(mp->mnt_mountp);
532 if (fsqp->fsq_dir == NULL || fsqp->fsq_devname == NULL) {
580 fsqp->fsq_dir = strdup(m.mnt_mountp);
582 if (fsqp->fsq_dir == NULL || fsqp->fsq_devname == NULL) {
606 free(fsqp->fsq_dir);
621 snprintf(qfilename, sizeof (qfilename), "%s/%s", fsqp->fsq_dir, QFNAME);

Completed in 60 milliseconds