ddquot            231 fs/quota/quota_tree.c 	char *ddquot;
ddquot            268 fs/quota/quota_tree.c 	ddquot = buf + sizeof(struct qt_disk_dqdbheader);
ddquot            270 fs/quota/quota_tree.c 		if (qtree_entry_unused(info, ddquot))
ddquot            272 fs/quota/quota_tree.c 		ddquot += info->dqi_entry_size;
ddquot            378 fs/quota/quota_tree.c 	char *ddquot = getdqbuf(info->dqi_entry_size);
ddquot            380 fs/quota/quota_tree.c 	if (!ddquot)
ddquot            389 fs/quota/quota_tree.c 			kfree(ddquot);
ddquot            394 fs/quota/quota_tree.c 	info->dqi_ops->mem2disk_dqblk(ddquot, dquot);
ddquot            396 fs/quota/quota_tree.c 	ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size,
ddquot            406 fs/quota/quota_tree.c 	kfree(ddquot);
ddquot            539 fs/quota/quota_tree.c 	char *ddquot;
ddquot            549 fs/quota/quota_tree.c 	ddquot = buf + sizeof(struct qt_disk_dqdbheader);
ddquot            551 fs/quota/quota_tree.c 		if (info->dqi_ops->is_id(ddquot, dquot))
ddquot            553 fs/quota/quota_tree.c 		ddquot += info->dqi_entry_size;
ddquot            611 fs/quota/quota_tree.c 	char *ddquot;
ddquot            638 fs/quota/quota_tree.c 	ddquot = getdqbuf(info->dqi_entry_size);
ddquot            639 fs/quota/quota_tree.c 	if (!ddquot)
ddquot            641 fs/quota/quota_tree.c 	ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size,
ddquot            650 fs/quota/quota_tree.c 		kfree(ddquot);
ddquot            654 fs/quota/quota_tree.c 	info->dqi_ops->disk2mem_dqblk(dquot, ddquot);
ddquot            661 fs/quota/quota_tree.c 	kfree(ddquot);