Home
last modified time | relevance | path

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

/linux-4.1.27/fs/quota/
Dquota.c208 struct if_dqblk idq; in quota_getquota() local
219 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()
220 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getquota()
255 struct if_dqblk idq; in quota_setquota() local
258 if (copy_from_user(&idq, addr, sizeof(idq))) in quota_setquota()
265 copy_from_if_dqblk(&fdq, &idq); in quota_setquota()