Searched refs:commit_max_age (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dsuper.c873 unsigned int *commit_max_age,
969 *commit_max_age = (unsigned int)val;
1172 unsigned int commit_max_age = (unsigned int)-1; local
1191 (s, arg, &mount_options, &blocks, NULL, &commit_max_age,
1230 if (commit_max_age != 0 && commit_max_age != (unsigned int)-1) {
1231 journal->j_max_commit_age = commit_max_age;
1232 journal->j_max_trans_age = commit_max_age;
1233 } else if (commit_max_age == 0) {
1620 unsigned int commit_max_age local
866 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) argument
[all...]
H A Djournal.c2756 int old_format, unsigned int commit_max_age)
2876 if (commit_max_age != 0) {
2877 journal->j_max_commit_age = commit_max_age;
2878 journal->j_max_trans_age = commit_max_age;
2755 journal_init(struct super_block *sb, const char *j_dev_name, int old_format, unsigned int commit_max_age) argument

Completed in 44 milliseconds