Searched refs:compat_dqblk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 217 struct compat_if_dqblk __user *compat_dqblk = addr; in quota_getquota() local 219 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() local 294 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()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota.c | 220 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()
|
Completed in 4 milliseconds