Home
last modified time | relevance | path

Searched refs:s_max_batch_time (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dsuper.c1977 u32 s_max_batch_time;
2232 ctx->s_max_batch_time = result.uint_32; in ext4_parse_param()
2836 APPLY(s_max_batch_time);
2992 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) in _ext4_show_options()
2993 SEQ_OPTS_PRINT("max_batch_time=%u", sbi->s_max_batch_time); in _ext4_show_options()
5217 sbi->s_max_batch_time = EXT4_DEF_MAX_BATCH_TIME; in __ext4_fill_super()
5722 journal->j_max_batch_time = sbi->s_max_batch_time; in ext4_get_tree()
6399 u32 s_min_batch_time, s_max_batch_time; in ext4_unfreeze()
6431 old_opts.s_max_batch_time = sbi->s_max_batch_time; in __ext4_remount()
1993 u32 s_max_batch_time; global() member
6417 u32 s_min_batch_time, s_max_batch_time; global() member
[all...]
H A Dext4.h1554 u32 s_max_batch_time; member