• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/

Lines Matching refs:transaction

115 	transaction_t *transaction;
175 transaction = journal->j_running_transaction;
176 if (transaction && time_after_eq(jiffies,
177 transaction->t_expires))
194 transaction = journal->j_running_transaction;
195 if (transaction && time_after_eq(jiffies, transaction->t_expires)) {
196 journal->j_commit_request = transaction->t_tid;
253 * If the source buffer has already been modified by a new transaction
273 int journal_write_metadata_buffer(transaction_t *transaction,
290 * transaction is allowed to write it, so nobody else is allowed
302 * If a new transaction has already done a buffer copy-out, then
372 new_bh->b_bdev = transaction->t_journal->j_dev;
382 * copying is moved to the transaction's shadow queue.
385 journal_file_buffer(jh_in, transaction, BJ_Shadow);
387 journal_file_buffer(new_jh, transaction, BJ_IO);
427 * Called under j_state_lock. Returns true if a transaction was started.
462 * transaction. This is used for forcing out undo-protected data which contains
465 * We can only force the running transaction if we don't have an active handle;
468 * Returns true if a transaction was started.
472 transaction_t *transaction = NULL;
477 transaction = journal->j_running_transaction;
478 __log_start_commit(journal, transaction->t_tid);
480 transaction = journal->j_committing_transaction;
482 if (!transaction) {
487 tid = transaction->t_tid;
494 * Start a commit of the current running transaction (if any). Returns true
495 * if a transaction was started, and fills its tid in at *ptid
511 * have to wait for completion of that transaction
1340 transaction_t *transaction = NULL;
1347 transaction = journal->j_running_transaction;
1348 __log_start_commit(journal, transaction->t_tid);
1350 transaction = journal->j_committing_transaction;
1353 if (transaction) {
1354 tid_t tid = transaction->t_tid;
1466 transaction_t *transaction;
1477 transaction = journal->j_running_transaction;
1478 if (transaction)
1479 __log_start_commit(journal, transaction->t_tid);
1506 * journal (not of a single transaction). This operation cannot be
1516 * immediately and no further transaction commits will be honoured.
1523 * Any attempt to get a new transaction handle on a journal which is in
1534 * transaction without having to complete the transaction to record the
1866 * journal_remove_journal_head(): if the buffer isn't attached to a transaction
1868 * see that the buffer is not used by any transaction we also "logically"