Home
last modified time | relevance | path

Searched refs:j_max_commit_age (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dprocfs.c363 SB_JOURNAL(sb)->j_max_commit_age, in show_journal()
H A Dsuper.c764 if (journal->j_max_commit_age != journal->j_default_max_commit_age) in reiserfs_show_options()
765 seq_printf(seq, ",commit=%d", journal->j_max_commit_age); in reiserfs_show_options()
1498 journal->j_max_commit_age = commit_max_age; in reiserfs_remount()
1502 journal->j_max_commit_age = journal->j_default_max_commit_age; in reiserfs_remount()
H A Djournal.c2712 journal->j_max_commit_age = JOURNAL_MAX_COMMIT_AGE; in check_advise_trans_params()
2821 journal->j_max_commit_age = in journal_init()
2827 journal->j_default_max_commit_age = journal->j_max_commit_age; in journal_init()
2830 journal->j_max_commit_age = commit_max_age; in journal_init()
2842 journal->j_max_commit_age, journal->j_max_trans_age); in journal_init()
H A Dreiserfs.h360 unsigned int j_max_commit_age; member