Home
last modified time | relevance | path

Searched refs:qid_t (Results 1 – 5 of 5) sorted by relevance

/third_party/f2fs-tools/fsck/
Dquotaio_tree.h16 typedef __u32 qid_t; /* Type in which we store ids in memory */ typedef
64 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id);
Dquotaio.h154 qid_t dq_id; /* ID dquot belongs to */
175 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
Dquotaio_v2.c25 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()
Dquotaio_tree.c51 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()
Dmkquota.c119 static inline qid_t get_qid(struct f2fs_inode *inode, enum quota_type qtype) in get_qid()