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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquotaio_v1.h20 struct v1_disk_dqblk { struct
31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))
H A Dquota_v1.c31 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d)
43 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m)
58 struct v1_disk_dqblk dqblk;
64 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
66 sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id));
83 struct v1_disk_dqblk dqblk;
95 (char *)&dqblk, sizeof(struct v1_disk_dqblk),
97 if (ret != sizeof(struct v1_disk_dqblk)) {
138 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) %
139 sizeof(struct v1_disk_dqblk))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_linux_quota.h49 #define V1_DQOFF(__id) ((loff_t) ((__id) * sizeof(struct v1_disk_dqblk)))
52 struct v1_disk_dqblk { struct

Completed in 108 milliseconds