Lines Matching defs:transfer_from
1993 * We are holding reference on transfer_from & transfer_to, no need to
2002 struct dquot *transfer_from[MAXQUOTAS] = {};
2036 * Build the transfer_from list, check limits, and update usage in
2049 transfer_from[cnt] = srcu_dereference_check(dquots[cnt],
2069 /* Due to IO error we might not have transfer_from[] structure */
2070 if (transfer_from[cnt]) {
2073 spin_lock(&transfer_from[cnt]->dq_dqb_lock);
2074 wtype = info_idq_free(transfer_from[cnt], inode_usage);
2077 transfer_from[cnt], wtype);
2078 wtype = info_bdq_free(transfer_from[cnt],
2082 transfer_from[cnt], wtype);
2083 dquot_decr_inodes(transfer_from[cnt], inode_usage);
2084 dquot_decr_space(transfer_from[cnt], cur_space);
2085 dquot_free_reserved_space(transfer_from[cnt],
2087 spin_unlock(&transfer_from[cnt]->dq_dqb_lock);
2100 mark_all_dquot_dirty((struct dquot __rcu **)transfer_from);
2110 transfer_to[cnt] = transfer_from[cnt];