if_dqblk           49 fs/quota/compat.c 	struct if_dqblk __user *dqblk;
if_dqblk           61 fs/quota/compat.c 		dqblk = compat_alloc_user_space(sizeof(struct if_dqblk));
if_dqblk           72 fs/quota/compat.c 		dqblk = compat_alloc_user_space(sizeof(struct if_dqblk));
if_dqblk          185 fs/quota/quota.c static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src)
if_dqblk          204 fs/quota/quota.c 	struct if_dqblk idq;
if_dqblk          242 fs/quota/quota.c 	copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq);
if_dqblk          249 fs/quota/quota.c static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src)
if_dqblk          279 fs/quota/quota.c 	struct if_dqblk idq;