|
Android-cuttlefish cvd tool
|
#include <quotaio.h>

Public Attributes | |
| int(* | check_file )(struct quota_handle *h, int type) |
| int(* | init_io )(struct quota_handle *h, enum quota_type qtype) |
| int(* | new_io )(struct quota_handle *h) |
| int(* | end_io )(struct quota_handle *h) |
| int(* | write_info )(struct quota_handle *h) |
| struct dquot *(* | read_dquot )(struct quota_handle *h, qid_t id) |
| int(* | commit_dquot )(struct dquot *dquot) |
| int(* | scan_dquots )(struct quota_handle *h, int(*process_dquot)(struct dquot *dquot, void *data), void *data) |
| int(* | report )(struct quota_handle *h, int verbose) |
| int(* quotafile_ops::check_file) (struct quota_handle *h, int type) |
| int(* quotafile_ops::end_io) (struct quota_handle *h) |
| int(* quotafile_ops::init_io) (struct quota_handle *h, enum quota_type qtype) |
| int(* quotafile_ops::new_io) (struct quota_handle *h) |
| struct dquot *(* quotafile_ops::read_dquot) (struct quota_handle *h, qid_t id) |
| int(* quotafile_ops::report) (struct quota_handle *h, int verbose) |
| int(* quotafile_ops::scan_dquots) (struct quota_handle *h, int(*process_dquot)(struct dquot *dquot, void *data), void *data) |
| int(* quotafile_ops::write_info) (struct quota_handle *h) |