Searched refs:fsync_mode (Results 1 – 3 of 3) sorted by relevance
153 return ovl_parameter_fsync[config->fsync_mode].name; in ovl_fsync_mode()688 config->fsync_mode = result.uint_32; in ovl_parse_param()691 config->fsync_mode = OVL_FSYNC_VOLATILE; in ovl_parse_param()825 ofs->config.fsync_mode = ovl_fsync_mode_def(); in ovl_init_fs_context()898 config->fsync_mode = ovl_fsync_mode_def(); in ovl_fs_params_verify()1096 if (ofs->config.fsync_mode != ovl_fsync_mode_def()) in ovl_show_options()
21 int fsync_mode; member
1029 F2FS_CTX_INFO(ctx).fsync_mode = result.uint_32; in f2fs_parse_param()1752 F2FS_OPTION(sbi).fsync_mode = F2FS_CTX_INFO(ctx).fsync_mode; in f2fs_apply_options()2510 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()2512 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()2514 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()2576 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()