Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c685 struct dqblk dqb; in getquota() local
707 bcopy(&dqp->dq_dqb, &dqb, sizeof (struct dqblk)); in getquota()
712 if (error == 0 && copyout(&dqb, addr, sizeof (struct dqblk)) != 0) in getquota()