Searched refs:idq (Results 1 – 1 of 1) sorted by relevance
209 struct if_dqblk idq; in quota_getquota() local220 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()221 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getquota()256 struct if_dqblk idq; in quota_setquota() local259 if (copy_from_user(&idq, addr, sizeof(idq))) in quota_setquota()266 copy_from_if_dqblk(&fdq, &idq); in quota_setquota()