Searched refs:transfer_from (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddquot.c1219 struct dquot *transfer_from[MAXQUOTAS]; local
1231 transfer_to[cnt] = transfer_from[cnt] = NODQUOT;
1259 /* Build the transfer_from list and check the limits */
1263 transfer_from[cnt] = inode->i_dquot[cnt];
1270 * Finally perform the needed transfer from transfer_from to transfer_to
1279 /* Due to IO error we might not have transfer_from[] structure */
1280 if (transfer_from[cnt]) {
1281 dquot_decr_inodes(transfer_from[cnt], 1);
1282 dquot_decr_space(transfer_from[cnt], space);
1295 if (transfer_from[cn
[all...]

Completed in 111 milliseconds