Home
last modified time | relevance | path

Searched refs:fsync_mode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/overlayfs/
H A Dparams.c153 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()
H A Dovl_entry.h21 int fsync_mode; member
H A Doverlayfs.h667 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()
/linux/fs/f2fs/
H A Dsuper.c1025 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()