Home
last modified time | relevance | path

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

/fs/quota/
Dquota.c204 struct if_dqblk idq; in quota_getquota() local
215 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()
216 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getquota()
230 struct if_nextdqblk idq; in quota_getnextquota() local
242 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq); in quota_getnextquota()
243 idq.dqb_id = from_kqid(current_user_ns(), qid); in quota_getnextquota()
244 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getnextquota()
279 struct if_dqblk idq; in quota_setquota() local
282 if (copy_from_user(&idq, addr, sizeof(idq))) in quota_setquota()
289 copy_from_if_dqblk(&fdq, &idq); in quota_setquota()