Searched refs:fsync_mode (Results 1 – 5 of 5) sorted by relevance
/linux/fs/f2fs/ |
H A D | namei.c | 1071 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename() 1236 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
|
H A D | super.c | 284 fsparam_enum("fsync_mode", Opt_fsync, f2fs_param_fsync_mode), 945 F2FS_CTX_INFO(ctx).fsync_mode = result.uint_32; in f2fs_parse_param() 1643 F2FS_OPTION(sbi).fsync_mode = F2FS_CTX_INFO(ctx).fsync_mode; in f2fs_apply_options() 2390 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options() 2391 seq_printf(seq, ",fsync_mode=%s", "posix"); in f2fs_show_options() 2392 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options() 2393 seq_printf(seq, ",fsync_mode=%s", "strict"); in f2fs_show_options() 2394 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options() 2395 seq_printf(seq, ",fsync_mode in f2fs_show_options() [all...] |
H A D | dir.c | 875 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
|
H A D | f2fs.h | 189 int fsync_mode; /* fsync policy */ member 1409 enum fsync_mode { enum
|
/linux/Documentation/filesystems/ |
H A D | f2fs.rst | 248 fsync_mode=%s Control the policy of fsync. Currently supports "posix",
|