dqi_entry_size    361 fs/ocfs2/quota_global.c 	oinfo->dqi_gi.dqi_entry_size = sizeof(struct ocfs2_global_disk_dqblk);
dqi_entry_size     47 fs/quota/quota_tree.c 	       / info->dqi_entry_size;
dqi_entry_size    217 fs/quota/quota_tree.c 	for (i = 0; i < info->dqi_entry_size; i++)
dqi_entry_size    272 fs/quota/quota_tree.c 		ddquot += info->dqi_entry_size;
dqi_entry_size    289 fs/quota/quota_tree.c 			i * info->dqi_entry_size;
dqi_entry_size    378 fs/quota/quota_tree.c 	char *ddquot = getdqbuf(info->dqi_entry_size);
dqi_entry_size    396 fs/quota/quota_tree.c 	ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size,
dqi_entry_size    398 fs/quota/quota_tree.c 	if (ret != info->dqi_entry_size) {
dqi_entry_size    448 fs/quota/quota_tree.c 		       0, info->dqi_entry_size);
dqi_entry_size    553 fs/quota/quota_tree.c 		ddquot += info->dqi_entry_size;
dqi_entry_size    563 fs/quota/quota_tree.c 		  qt_disk_dqdbheader) + i * info->dqi_entry_size;
dqi_entry_size    638 fs/quota/quota_tree.c 	ddquot = getdqbuf(info->dqi_entry_size);
dqi_entry_size    641 fs/quota/quota_tree.c 	ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size,
dqi_entry_size    643 fs/quota/quota_tree.c 	if (ret != info->dqi_entry_size) {
dqi_entry_size    156 fs/quota/quota_v2.c 		qinfo->dqi_entry_size = sizeof(struct v2r0_disk_dqblk);
dqi_entry_size    159 fs/quota/quota_v2.c 		qinfo->dqi_entry_size = sizeof(struct v2r1_disk_dqblk);
dqi_entry_size     36 include/linux/dqblk_qtree.h 	unsigned int dqi_entry_size;	/* Size of quota entry in quota file */