Lines Matching full:released
291 /* The transaction was released; we're done */ in jbd2_log_do_checkpoint()
455 * and try to release them. If the whole transaction is released, set
456 * the 'released' parameter. Return the number of released checkpointed
463 bool *released) in journal_shrink_one_cp_list() argument
485 *released = true; in journal_shrink_one_cp_list()
500 * and try to release them. Return the number of released checkpointed
509 bool released; in jbd2_journal_shrink_checkpoint_list() local
542 released = false; in jbd2_journal_shrink_checkpoint_list()
545 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()
550 if (released) in jbd2_journal_shrink_checkpoint_list()
554 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()