Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c2238 sbi->s_max_batch_time = arg; in handle_mount_opt()
2611 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) in _ext4_show_options()
2612 SEQ_OPTS_PRINT("max_batch_time=%u", sbi->s_max_batch_time); in _ext4_show_options()
4191 sbi->s_max_batch_time = EXT4_DEF_MAX_BATCH_TIME; in ext4_fill_super()
5229 journal->j_max_batch_time = sbi->s_max_batch_time; in ext4_init_journal_params()
5786 u32 s_min_batch_time, s_max_batch_time; member
5820 old_opts.s_max_batch_time = sbi->s_max_batch_time; in ext4_remount()
6073 sbi->s_max_batch_time = old_opts.s_max_batch_time; in ext4_remount()
H A Dext4.h1485 u32 s_max_batch_time; member