Home
last modified time | relevance | path

Searched refs:idq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/quota/
H A Dquota.c203 struct if_dqblk idq; in quota_getquota() local
214 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()
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()
224 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getquota()
239 struct if_nextdqblk idq; in quota_getnextquota() local
251 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq); in quota_getnextquota()
252 idq.dqb_id = from_kqid(current_user_ns(), qid); in quota_getnextquota()
253 if (copy_to_user(addr, &idq, sizeo in quota_getnextquota()
288 struct if_dqblk idq; quota_setquota() local
[all...]
/kernel/linux/linux-6.6/fs/quota/
H A Dquota.c206 struct if_dqblk idq; in quota_getquota() local
217 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()
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()
227 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getquota()
242 struct if_nextdqblk idq; in quota_getnextquota() local
254 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq); in quota_getnextquota()
255 idq.dqb_id = from_kqid(current_user_ns(), qid); in quota_getnextquota()
256 if (copy_to_user(addr, &idq, sizeo in quota_getnextquota()
291 struct if_dqblk idq; quota_setquota() local
[all...]

Completed in 3 milliseconds