v1_disk_dqblk      32 fs/quota/quota_v1.c static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d)
v1_disk_dqblk      44 fs/quota/quota_v1.c static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m)
v1_disk_dqblk      59 fs/quota/quota_v1.c 	struct v1_disk_dqblk dqblk;
v1_disk_dqblk      66 fs/quota/quota_v1.c 	memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
v1_disk_dqblk      68 fs/quota/quota_v1.c 			sizeof(struct v1_disk_dqblk),
v1_disk_dqblk      86 fs/quota/quota_v1.c 	struct v1_disk_dqblk dqblk;
v1_disk_dqblk      99 fs/quota/quota_v1.c 			(char *)&dqblk, sizeof(struct v1_disk_dqblk),
v1_disk_dqblk     101 fs/quota/quota_v1.c 	if (ret != sizeof(struct v1_disk_dqblk)) {
v1_disk_dqblk     142 fs/quota/quota_v1.c 	if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) %
v1_disk_dqblk     143 fs/quota/quota_v1.c 	    sizeof(struct v1_disk_dqblk))
v1_disk_dqblk     162 fs/quota/quota_v1.c 	struct v1_disk_dqblk dqblk;
v1_disk_dqblk     167 fs/quota/quota_v1.c 				sizeof(struct v1_disk_dqblk), v1_dqoff(0));
v1_disk_dqblk     168 fs/quota/quota_v1.c 	if (ret != sizeof(struct v1_disk_dqblk)) {
v1_disk_dqblk     189 fs/quota/quota_v1.c 	struct v1_disk_dqblk dqblk;
v1_disk_dqblk     194 fs/quota/quota_v1.c 				sizeof(struct v1_disk_dqblk), v1_dqoff(0));
v1_disk_dqblk     195 fs/quota/quota_v1.c 	if (ret != sizeof(struct v1_disk_dqblk)) {
v1_disk_dqblk     206 fs/quota/quota_v1.c 	      sizeof(struct v1_disk_dqblk), v1_dqoff(0));
v1_disk_dqblk     207 fs/quota/quota_v1.c 	if (ret == sizeof(struct v1_disk_dqblk))
v1_disk_dqblk      32 fs/quota/quotaio_v1.h #define v1_dqoff(UID)      ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))