Lines Matching refs:v1_disk_dqblk
31 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d) in v1_disk2mem_dqblk()
43 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m) in v1_mem2disk_dqblk()
58 struct v1_disk_dqblk dqblk; in v1_read_dqblk()
64 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk)); in v1_read_dqblk()
65 …dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v… in v1_read_dqblk()
80 struct v1_disk_dqblk dqblk; in v1_commit_dqblk()
90 sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id)); in v1_commit_dqblk()
91 if (ret != sizeof(struct v1_disk_dqblk)) { in v1_commit_dqblk()
133 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % sizeof(struct v1_disk_dqblk)) in v1_check_quota_file()
148 struct v1_disk_dqblk dqblk; in v1_read_file_info()
151 …_read(sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(0))) != sizeof(struct v1_di… in v1_read_file_info()
169 struct v1_disk_dqblk dqblk; in v1_write_file_info()
174 sizeof(struct v1_disk_dqblk), v1_dqoff(0))) != sizeof(struct v1_disk_dqblk)) { in v1_write_file_info()
182 sizeof(struct v1_disk_dqblk), v1_dqoff(0)); in v1_write_file_info()
183 if (ret == sizeof(struct v1_disk_dqblk)) in v1_write_file_info()