Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dnamei.c1080 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()
H A Dsuper.c977 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()
H A Dxattr.c785 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
H A Ddir.c890 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dfile.c237 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()
H A Df2fs.h208 int fsync_mode; /* fsync policy */ member
1480 enum fsync_mode { enum
/linux/Documentation/filesystems/
H A Df2fs.rst256 fsync_mode=%s Control the policy of fsync. Currently supports "posix",