Searched refs:v1_disk_dqblk (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/quota/
H A Dquotaio_v1.h21 struct v1_disk_dqblk { struct
34 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))
H A Dquota_v1.c32 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d)
44 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m)
59 struct v1_disk_dqblk dqblk;
66 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
68 sizeof(struct v1_disk_dqblk),
86 struct v1_disk_dqblk dqblk;
99 (char *)&dqblk, sizeof(struct v1_disk_dqblk),
101 if (ret != sizeof(struct v1_disk_dqblk)) {
142 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) %
143 sizeof(struct v1_disk_dqblk))
[all...]

Completed in 91 milliseconds