Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_tree.h10 typedef __u32 qid_t; /* Type in which we store ids in memory */ typedef
56 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id);
Dquotaio.h151 qid_t dq_id; /* ID dquot belongs to */
172 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);
247 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()
506 struct dquot *qtree_read_dquot(struct quota_handle *h, qid_t id) in qtree_read_dquot()
Dmkquota.c249 static inline qid_t get_qid(struct ext2_inode_large *inode, enum quota_type qtype) in get_qid()
/external/e2fsprogs/debugfs/
Dquota.c139 qid_t id; in do_get_quota()