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

#include <quotaio.h>

Collaboration diagram for quota_handle:
Collaboration graph
[legend]

Public Attributes

enum quota_type qh_type
 
int qh_fmt
 
int qh_file_flags
 
int qh_io_flags
 
struct quota_file qh_qf
 
unsigned int(* read )(struct quota_file *qf, long offset, void *buf, unsigned int size)
 
unsigned int(* write )(struct quota_file *qf, long offset, void *buf, unsigned int size)
 
struct quotafile_opsqh_ops
 
struct util_dqinfo qh_info
 

Member Data Documentation

◆ qh_file_flags

int quota_handle::qh_file_flags

◆ qh_fmt

int quota_handle::qh_fmt

◆ qh_info

struct util_dqinfo quota_handle::qh_info

◆ qh_io_flags

int quota_handle::qh_io_flags

◆ qh_ops

struct quotafile_ops* quota_handle::qh_ops

◆ qh_qf

struct quota_file quota_handle::qh_qf

◆ qh_type

enum quota_type quota_handle::qh_type

◆ read

unsigned int(* quota_handle::read) (struct quota_file *qf, long offset, void *buf, unsigned int size)

◆ write

unsigned int(* quota_handle::write) (struct quota_file *qf, long offset, void *buf, unsigned int size)

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