Searched refs:qid_t (Results 1 – 5 of 5) sorted by relevance
16 typedef __u32 qid_t; /* Type in which we store ids in memory */ typedef64 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id);
154 qid_t dq_id; /* ID dquot belongs to */175 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
25 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id);289 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id) in v2_read_dquot()
51 static int get_index(qid_t id, int depth) in get_index()515 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id) in qtree_read_dquot()
119 static inline qid_t get_qid(struct f2fs_inode *inode, enum quota_type qtype) in get_qid()