transfer_from    1955 fs/quota/dquot.c 	struct dquot *transfer_from[MAXQUOTAS] = {};
transfer_from    2001 fs/quota/dquot.c 		transfer_from[cnt] = i_dquot(inode)[cnt];
transfer_from    2021 fs/quota/dquot.c 		if (transfer_from[cnt]) {
transfer_from    2024 fs/quota/dquot.c 			spin_lock(&transfer_from[cnt]->dq_dqb_lock);
transfer_from    2025 fs/quota/dquot.c 			wtype = info_idq_free(transfer_from[cnt], inode_usage);
transfer_from    2028 fs/quota/dquot.c 						transfer_from[cnt], wtype);
transfer_from    2029 fs/quota/dquot.c 			wtype = info_bdq_free(transfer_from[cnt],
transfer_from    2033 fs/quota/dquot.c 						transfer_from[cnt], wtype);
transfer_from    2034 fs/quota/dquot.c 			dquot_decr_inodes(transfer_from[cnt], inode_usage);
transfer_from    2035 fs/quota/dquot.c 			dquot_decr_space(transfer_from[cnt], cur_space);
transfer_from    2036 fs/quota/dquot.c 			dquot_free_reserved_space(transfer_from[cnt],
transfer_from    2038 fs/quota/dquot.c 			spin_unlock(&transfer_from[cnt]->dq_dqb_lock);
transfer_from    2045 fs/quota/dquot.c 	mark_all_dquot_dirty(transfer_from);
transfer_from    2053 fs/quota/dquot.c 			transfer_to[cnt] = transfer_from[cnt];