Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Dquota.c220 struct compat_if_dqblk __user *compat_dqblk = addr; in quota_getquota() local
222 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() local
297 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()