Home
last modified time | relevance | path

Searched refs:kqid (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dquota.h68 struct kqid { /* Type in which we store the quota identifier */ struct
77 extern bool qid_eq(struct kqid left, struct kqid right); argument
78 extern bool qid_lt(struct kqid left, struct kqid right);
79 extern qid_t from_kqid(struct user_namespace *to, struct kqid qid);
80 extern qid_t from_kqid_munged(struct user_namespace *to, struct kqid qid);
81 extern bool qid_valid(struct kqid qid);
97 static inline struct kqid make_kqid(struct user_namespace *from, in make_kqid()
100 struct kqid kqid; in make_kqid() local
102 kqid.type = type; in make_kqid()
105 kqid.uid = make_kuid(from, qid); in make_kqid()
[all …]
Ddqblk_qtree.h19 struct kqid;
57 int qtree_get_next_id(struct qtree_mem_dqinfo *info, struct kqid *qid);
Dquotaops.h48 struct dquot *dqget(struct super_block *sb, struct kqid qid);
95 int dquot_get_next_id(struct super_block *sb, struct kqid *qid);
113 int dquot_get_dqblk(struct super_block *sb, struct kqid id,
115 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *id,
117 int dquot_set_dqblk(struct super_block *sb, struct kqid id,