Searched refs:compat_dqblk (Results 1 – 1 of 1) sorted by relevance
220 struct compat_if_dqblk __user *compat_dqblk = addr; in quota_getquota() local222 if (copy_to_user(compat_dqblk, &idq, sizeof(*compat_dqblk))) in quota_getquota()224 if (put_user(idq.dqb_valid, &compat_dqblk->dqb_valid)) in quota_getquota()295 struct compat_if_dqblk __user *compat_dqblk = addr; in quota_setquota() local297 if (copy_from_user(&idq, compat_dqblk, sizeof(*compat_dqblk)) || in quota_setquota()298 get_user(idq.dqb_valid, &compat_dqblk->dqb_valid)) in quota_setquota()