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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/quota/
H A Ddquot.c1737 struct dquot *transfer_from[MAXQUOTAS] = {}; local
1758 /* Build the transfer_from list and check the limits */
1762 transfer_from[cnt] = inode->i_dquot[cnt];
1772 * Finally perform the needed transfer from transfer_from to transfer_to
1781 /* Due to IO error we might not have transfer_from[] structure */
1782 if (transfer_from[cnt]) {
1784 info_idq_free(transfer_from[cnt], 1);
1786 info_bdq_free(transfer_from[cnt], space);
1787 dquot_decr_inodes(transfer_from[cnt], 1);
1788 dquot_decr_space(transfer_from[cn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/quota/
H A Ddquot.c1737 struct dquot *transfer_from[MAXQUOTAS] = {}; local
1758 /* Build the transfer_from list and check the limits */
1762 transfer_from[cnt] = inode->i_dquot[cnt];
1772 * Finally perform the needed transfer from transfer_from to transfer_to
1781 /* Due to IO error we might not have transfer_from[] structure */
1782 if (transfer_from[cnt]) {
1784 info_idq_free(transfer_from[cnt], 1);
1786 info_bdq_free(transfer_from[cnt], space);
1787 dquot_decr_inodes(transfer_from[cnt], 1);
1788 dquot_decr_space(transfer_from[cn
[all...]

Completed in 63 milliseconds