Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c682 struct dqblk dqb; in getquota() local
704 bcopy(&dqp->dq_dqb, &dqb, sizeof (struct dqblk)); in getquota()
709 if (error == 0 && copyout(&dqb, addr, sizeof (struct dqblk)) != 0) in getquota()