Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dquotaio.h122 struct quota_handle { struct
123 enum quota_type qh_type; /* Type of quotafile */
124 int qh_fmt; /* Quotafile format */
125 int qh_file_flags;
126 int qh_io_flags; /* IO flags for file */
127 struct quota_file qh_qf;
128 unsigned int (*read)(struct quota_file *qf, long offset,
130 unsigned int (*write)(struct quota_file *qf, long offset,
132 struct quotafile_ops *qh_ops; /* Operations on quotafile */
156 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument