Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio.h119 struct quota_handle { struct
120 enum quota_type qh_type; /* Type of quotafile */
121 int qh_fmt; /* Quotafile format */
122 int qh_file_flags;
123 int qh_io_flags; /* IO flags for file */
124 struct quota_file qh_qf;
125 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset,
127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset,
129 struct quotafile_ops *qh_ops; /* Operations on quotafile */
153 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument
/external/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