v1_disk_dqblk      44 fs/quota_v1.c  	struct v1_disk_dqblk dqblk;
v1_disk_dqblk      50 fs/quota_v1.c  	memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
v1_disk_dqblk      51 fs/quota_v1.c  	dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id));
v1_disk_dqblk      66 fs/quota_v1.c  	struct v1_disk_dqblk dqblk;
v1_disk_dqblk      76 fs/quota_v1.c  					sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id));
v1_disk_dqblk      77 fs/quota_v1.c  	if (ret != sizeof(struct v1_disk_dqblk)) {
v1_disk_dqblk     119 fs/quota_v1.c  	if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % sizeof(struct v1_disk_dqblk))
v1_disk_dqblk     134 fs/quota_v1.c  	struct v1_disk_dqblk dqblk;
v1_disk_dqblk     137 fs/quota_v1.c  	if ((ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(0))) != sizeof(struct v1_disk_dqblk)) {
v1_disk_dqblk     155 fs/quota_v1.c  	struct v1_disk_dqblk dqblk;
v1_disk_dqblk     160 fs/quota_v1.c  	    sizeof(struct v1_disk_dqblk), v1_dqoff(0))) != sizeof(struct v1_disk_dqblk)) {
v1_disk_dqblk     168 fs/quota_v1.c  	      sizeof(struct v1_disk_dqblk), v1_dqoff(0));
v1_disk_dqblk     169 fs/quota_v1.c  	if (ret == sizeof(struct v1_disk_dqblk))
v1_disk_dqblk      31 include/linux/quotaio_v1.h #define v1_dqoff(UID)      ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))