Searched defs:quota_handle (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/quota/
H A Dquotaio.h70 struct quota_handle { struct
103 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */
110 int (*check_file) (struct quota_handle *h, int type, int fmt);
112 int (*init_io) (struct quota_handle *h);
114 int (*new_io) (struct quota_handle *h);
116 int (*end_io) (struct quota_handle *h);
118 int (*write_info) (struct quota_handle *h);
120 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
124 int (*scan_dquots) (struct quota_handle *h,
129 int (*report) (struct quota_handle *
[all...]

Completed in 836 milliseconds