Searched defs:quota_handle (Results 1 – 2 of 2) sorted by relevance
119 struct quota_handle { struct120 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
122 struct quota_handle { struct123 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