Lines Matching defs:qid
8 * @left: A qid value
11 * Return true if the two qid values are equal and false otherwise.
31 * qid_lt - Test to see if one qid value is less than another
32 * @left: The possibly lesser qid value
33 * @right: The possibly greater qid value
57 * from_kqid - Create a qid from a kqid user-namespace pair.
58 * @targ: The user namespace we want a qid in.
62 * return the resulting qid.
84 * from_kqid_munged - Create a qid from a kqid user-namespace pair.
85 * @targ: The user namespace we want a qid in.
89 * return the resulting qid.
118 * @qid: The kernel internal quota identifier to test.
120 bool qid_valid(struct kqid qid)
122 switch (qid.type) {
124 return uid_valid(qid.uid);
126 return gid_valid(qid.gid);
128 return projid_valid(qid.projid);