Home
last modified time | relevance | path

Searched defs:quotafile_ops (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/lib/support/
Dquotaio.h160 struct quotafile_ops { struct
185 extern struct quotafile_ops quotafile_ops_meta; argument
/third_party/f2fs-tools/fsck/
Dquotaio.h164 struct quotafile_ops { struct
166 int (*check_file) (struct quota_handle *h, int type);
168 int (*init_io) (struct quota_handle *h, enum quota_type qtype);
170 int (*new_io) (struct quota_handle *h);
172 int (*end_io) (struct quota_handle *h);
174 int (*write_info) (struct quota_handle *h);
176 struct dquot *(*read_dquot) (struct quota_handle *h, qid_t id);
178 int (*commit_dquot) (struct dquot *dquot);
180 int (*scan_dquots) (struct quota_handle *h,
185 int (*report) (struct quota_handle *h, int verbose);