Searched refs:idq (Results 1 – 1 of 1) sorted by relevance
208 struct if_dqblk idq; in quota_getquota() local219 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() local258 if (copy_from_user(&idq, addr, sizeof(idq))) in quota_setquota()265 copy_from_if_dqblk(&fdq, &idq); in quota_setquota()