Lines Matching defs:commit_max_age
1126 unsigned int *commit_max_age,
1227 *commit_max_age = (unsigned int)val;
1438 unsigned int commit_max_age = (unsigned int)-1;
1457 (s, arg, &mount_options, &blocks, NULL, &commit_max_age,
1499 if (commit_max_age != 0 && commit_max_age != (unsigned int)-1) {
1500 journal->j_max_commit_age = commit_max_age;
1501 journal->j_max_trans_age = commit_max_age;
1502 } else if (commit_max_age == 0) {
1896 unsigned int commit_max_age = 0;
1937 &commit_max_age, qf_names, &qfmt) == 0) {
2026 if (journal_init(s, jdev_name, old_format, commit_max_age)) {