Searched refs:transfer_from (Results 1 – 1 of 1) sorted by relevance
1138 struct dquot *transfer_from[MAXQUOTAS]; in dquot_transfer() local1146 transfer_to[cnt] = transfer_from[cnt] = NODQUOT; in dquot_transfer()1173 transfer_from[cnt] = dqduplicate(inode->i_dquot[cnt]); in dquot_transfer()1174 …if (transfer_from[cnt] == NODQUOT) /* Can happen on quotafiles (quota isn't initialized on them)..… in dquot_transfer()1188 if (transfer_from[cnt] == NODQUOT || transfer_to[cnt] == NODQUOT) in dquot_transfer()1191 dquot_decr_inodes(transfer_from[cnt], 1); in dquot_transfer()1192 dquot_decr_space(transfer_from[cnt], space); in dquot_transfer()1204 transfer_to[cnt] = transfer_from[cnt]; in dquot_transfer()1212 if (transfer_from[cnt] != NODQUOT) in dquot_transfer()1213 dqputduplicate(transfer_from[cnt]); in dquot_transfer()