Lines Matching full:released
294 /* The transaction was released; we're done */ in jbd2_log_do_checkpoint()
458 * and try to release them. If the whole transaction is released, set
459 * the 'released' parameter. Return the number of released checkpointed
466 bool *released) in journal_shrink_one_cp_list() argument
488 *released = true; in journal_shrink_one_cp_list()
503 * and try to release them. Return the number of released checkpointed
512 bool released; in jbd2_journal_shrink_checkpoint_list() local
545 released = false; in jbd2_journal_shrink_checkpoint_list()
548 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()
553 if (released) in jbd2_journal_shrink_checkpoint_list()
557 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()