taglinefilesource code
transfer_from826fs/dquot.cstruct dquot *transfer_from[MAXQUOTAS];
transfer_from843fs/dquot.ctransfer_from[cnt] = NODQUOT;
transfer_from853fs/dquot.ctransfer_from[cnt] = dqget(inode->i_dev, (direction) ? iattr->ia_uid : inode->i_uid, cnt);
transfer_from859fs/dquot.ctransfer_from[cnt] = dqget(inode->i_dev, (direction) ? iattr->ia_gid : inode->i_gid, cnt);
transfer_from867fs/dquot.cdqput(transfer_from[disc]);
transfer_from882fs/dquot.cif (transfer_from[cnt] == NODQUOT && transfer_to[cnt] == NODQUOT)
transfer_from885fs/dquot.cif (transfer_from[cnt] != NODQUOT) {
transfer_from886fs/dquot.cdquot_decr_inodes(transfer_from[cnt], 1);
transfer_from887fs/dquot.cdquot_decr_blocks(transfer_from[cnt], blocks);
transfer_from894fs/dquot.cdqput(transfer_from[cnt]);
transfer_from898fs/dquot.cdqput(transfer_from[cnt]);