Lines Matching defs:transfer_from
2039 * We are holding reference on transfer_from & transfer_to, no need to
2047 struct dquot *transfer_from[MAXQUOTAS] = {};
2080 * Build the transfer_from list, check limits, and update usage in
2093 transfer_from[cnt] = i_dquot(inode)[cnt];
2112 /* Due to IO error we might not have transfer_from[] structure */
2113 if (transfer_from[cnt]) {
2116 spin_lock(&transfer_from[cnt]->dq_dqb_lock);
2117 wtype = info_idq_free(transfer_from[cnt], inode_usage);
2120 transfer_from[cnt], wtype);
2121 wtype = info_bdq_free(transfer_from[cnt],
2125 transfer_from[cnt], wtype);
2126 dquot_decr_inodes(transfer_from[cnt], inode_usage);
2127 dquot_decr_space(transfer_from[cnt], cur_space);
2128 dquot_free_reserved_space(transfer_from[cnt],
2130 spin_unlock(&transfer_from[cnt]->dq_dqb_lock);
2143 mark_all_dquot_dirty(transfer_from);
2153 transfer_to[cnt] = transfer_from[cnt];