Searched refs:j_max_commit_age (Results 1 – 4 of 4) sorted by relevance
739 if (journal->j_max_commit_age != journal->j_default_max_commit_age) in reiserfs_show_options()740 seq_printf(seq, ",commit=%d", journal->j_max_commit_age); in reiserfs_show_options()1480 journal->j_max_commit_age = commit_max_age; in reiserfs_remount()1484 journal->j_max_commit_age = journal->j_default_max_commit_age; in reiserfs_remount()
356 SB_JOURNAL(sb)->j_max_commit_age, in show_journal()
2709 journal->j_max_commit_age = JOURNAL_MAX_COMMIT_AGE; in check_advise_trans_params()2804 journal->j_max_commit_age = in journal_init()2810 journal->j_default_max_commit_age = journal->j_max_commit_age; in journal_init()2813 journal->j_max_commit_age = commit_max_age; in journal_init()2825 journal->j_max_commit_age, journal->j_max_trans_age); in journal_init()
362 unsigned int j_max_commit_age; member