Searched refs:idq (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/quota/ |
| D | quota.c | 205 struct if_dqblk idq; in quota_getquota() local 216 copy_to_if_dqblk(&idq, &fdq); in quota_getquota() 221 if (copy_to_user(compat_dqblk, &idq, sizeof(*compat_dqblk))) in quota_getquota() 223 if (put_user(idq.dqb_valid, &compat_dqblk->dqb_valid)) in quota_getquota() 226 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getquota() 241 struct if_nextdqblk idq; in quota_getnextquota() local 253 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq); in quota_getnextquota() 254 idq.dqb_id = from_kqid(current_user_ns(), qid); in quota_getnextquota() 255 if (copy_to_user(addr, &idq, sizeof(idq))) in quota_getnextquota() 290 struct if_dqblk idq; in quota_setquota() local [all …]
|