Android-cuttlefish cvd tool
Public Attributes | List of all members
quotafile_ops Struct Reference

#include <quotaio.h>

Collaboration diagram for quotafile_ops:
Collaboration graph
[legend]

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)
 

Member Data Documentation

◆ check_file

int(* quotafile_ops::check_file) (struct quota_handle *h, int type)

◆ commit_dquot

int(* quotafile_ops::commit_dquot) (struct dquot *dquot)

◆ end_io

int(* quotafile_ops::end_io) (struct quota_handle *h)

◆ init_io

int(* quotafile_ops::init_io) (struct quota_handle *h, enum quota_type qtype)

◆ new_io

int(* quotafile_ops::new_io) (struct quota_handle *h)

◆ read_dquot

struct dquot *(* quotafile_ops::read_dquot) (struct quota_handle *h, qid_t id)

◆ report

int(* quotafile_ops::report) (struct quota_handle *h, int verbose)

◆ scan_dquots

int(* quotafile_ops::scan_dquots) (struct quota_handle *h, int(*process_dquot)(struct dquot *dquot, void *data), void *data)

◆ write_info

int(* quotafile_ops::write_info) (struct quota_handle *h)

The documentation for this struct was generated from the following file: