Searched refs:transfer_to (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.c1220 struct dquot *transfer_to[MAXQUOTAS]; local
1231 transfer_to[cnt] = transfer_from[cnt] = NODQUOT;
1240 /* First build the transfer_to list - here we can block on
1248 transfer_to[cnt] = dqget(inode->i_sb, iattr->ia_uid, cnt);
1253 transfer_to[cnt] = dqget(inode->i_sb, iattr->ia_gid, cnt);
1261 if (transfer_to[cnt] == NODQUOT)
1264 if (check_idq(transfer_to[cnt], 1, warntype+cnt) == NO_QUOTA ||
1265 check_bdq(transfer_to[cnt], space, 0, warntype+cnt) == NO_QUOTA)
1270 * Finally perform the needed transfer from transfer_from to transfer_to
1276 if (transfer_to[cn
[all...]

Completed in 91 milliseconds