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.h112 struct quota_handle { struct
113 enum quota_type qh_type; /* Type of quotafile */
114 int qh_fmt; /* Quotafile format */
115 int qh_file_flags;
116 int qh_io_flags; /* IO flags for file */
117 struct quota_file qh_qf;
118 unsigned int (*read)(struct quota_file *qf, long offset,
120 unsigned int (*write)(struct quota_file *qf, long offset,
122 struct quotafile_ops *qh_ops; /* Operations on quotafile */
146 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument