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

/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c61 char *fsq_devname; member in struct:fsquot
344 if (getzfsquota(gqa.gqa_uid, fsqp->fsq_devname, &dqblk)) {
531 fsqp->fsq_devname = strdup(mp->mnt_special);
532 if (fsqp->fsq_dir == NULL || fsqp->fsq_devname == NULL) {
581 fsqp->fsq_devname = strdup(m.mnt_special);
582 if (fsqp->fsq_dir == NULL || fsqp->fsq_devname == NULL) {
607 free(fsqp->fsq_devname);

Completed in 59 milliseconds