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
123 struct quota_handle { struct124 enum quota_type qh_type; /* Type of quotafile */125 int qh_fmt; /* Quotafile format */126 int qh_file_flags;127 int qh_io_flags; /* IO flags for file */128 struct quota_file qh_qf;129 unsigned int (*read)(struct quota_file *qf, long offset,131 unsigned int (*write)(struct quota_file *qf, long offset,133 struct quotafile_ops *qh_ops; /* Operations on quotafile */157 struct quota_handle *dq_h; /* Handle of quotafile for this dquot */ argument