Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dsuper.c650 if (journal->j_max_commit_age != journal->j_default_max_commit_age) in reiserfs_show_options()
651 seq_printf(seq, ",commit=%d", journal->j_max_commit_age); in reiserfs_show_options()
1330 journal->j_max_commit_age = commit_max_age; in reiserfs_remount()
1334 journal->j_max_commit_age = journal->j_default_max_commit_age; in reiserfs_remount()
Dprocfs.c350 SB_JOURNAL(sb)->j_max_commit_age, in show_journal()
Djournal.c2660 journal->j_max_commit_age = JOURNAL_MAX_COMMIT_AGE; in check_advise_trans_params()
2756 journal->j_max_commit_age = in journal_init()
2762 journal->j_default_max_commit_age = journal->j_max_commit_age; in journal_init()
2765 journal->j_max_commit_age = commit_max_age; in journal_init()
2777 journal->j_max_commit_age, journal->j_max_trans_age); in journal_init()
Dreiserfs.h283 unsigned int j_max_commit_age; /* in seconds, how old can an async commit be */ member