Lines Matching refs:qid
206 struct kqid qid; in quota_getquota() local
213 qid = make_kqid(current_user_ns(), type, id); in quota_getquota()
214 if (!qid_valid(qid)) in quota_getquota()
216 ret = sb->s_qcop->get_dqblk(sb, qid, &fdq); in quota_getquota()
256 struct kqid qid; in quota_setquota() local
262 qid = make_kqid(current_user_ns(), type, id); in quota_setquota()
263 if (!qid_valid(qid)) in quota_setquota()
266 return sb->s_qcop->set_dqblk(sb, qid, &fdq); in quota_setquota()
549 struct kqid qid; in quota_setxquota() local
555 qid = make_kqid(current_user_ns(), type, id); in quota_setxquota()
556 if (!qid_valid(qid)) in quota_setxquota()
559 if (from_kqid(&init_user_ns, qid) == 0 && in quota_setxquota()
574 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota()
611 struct kqid qid; in quota_getxquota() local
616 qid = make_kqid(current_user_ns(), type, id); in quota_getxquota()
617 if (!qid_valid(qid)) in quota_getxquota()
619 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()