Searched refs:compat_dqblk (Results 1 – 1 of 1) sorted by relevance
217 struct compat_if_dqblk __user *compat_dqblk = addr; in quota_getquota() local219 if (copy_to_user(compat_dqblk, &idq, sizeof(*compat_dqblk))) in quota_getquota()221 if (put_user(idq.dqb_valid, &compat_dqblk->dqb_valid)) in quota_getquota()292 struct compat_if_dqblk __user *compat_dqblk = addr; in quota_setquota() local294 if (copy_from_user(&idq, compat_dqblk, sizeof(*compat_dqblk)) || in quota_setquota()295 get_user(idq.dqb_valid, &compat_dqblk->dqb_valid)) in quota_setquota()