Searched refs:fsync_mode (Results 1 – 7 of 7) sorted by relevance
1080 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()1245 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
977 F2FS_CTX_INFO(ctx).fsync_mode = result.uint_32; in f2fs_parse_param()1698 F2FS_OPTION(sbi).fsync_mode = F2FS_CTX_INFO(ctx).fsync_mode; in f2fs_apply_options()2450 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()2452 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()2454 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()2516 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
785 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
890 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
237 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()337 if (F2FS_OPTION(sbi).fsync_mode == in f2fs_do_sync_file()400 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
208 int fsync_mode; /* fsync policy */ member1480 enum fsync_mode { enum
256 fsync_mode=%s Control the policy of fsync. Currently supports "posix",