Searched refs:fsync_mode (Results 1 – 10 of 10) 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
667 return ofs->config.fsync_mode != OVL_FSYNC_VOLATILE; in ovl_should_sync()672 return ofs->config.fsync_mode == OVL_FSYNC_STRICT; in ovl_should_sync_metadata()677 return config->fsync_mode == OVL_FSYNC_VOLATILE; in ovl_is_volatile()
1088 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()1254 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
1025 F2FS_CTX_INFO(ctx).fsync_mode = result.uint_32; in f2fs_parse_param()1746 F2FS_OPTION(sbi).fsync_mode = F2FS_CTX_INFO(ctx).fsync_mode; in f2fs_apply_options()2498 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()2500 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()2502 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()2564 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
785 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
891 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
239 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()339 if (F2FS_OPTION(sbi).fsync_mode == in f2fs_do_sync_file()402 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
234 int fsync_mode; /* fsync policy */ member1533 enum fsync_mode { enum
258 fsync_mode=%s Control the policy of fsync. Currently supports "posix",