Home
last modified time | relevance | path

Searched refs:whint_mode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c941 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_USER; in parse_options()
943 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_OFF; in parse_options()
945 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_FS; in parse_options()
1253 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_OFF; in parse_options()
1891 if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_USER) in f2fs_show_options()
1893 else if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_FS) in f2fs_show_options()
1944 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_OFF; in default_options()
2222 F2FS_OPTION(sbi).whint_mode != org_mount_opt.whint_mode) { in f2fs_remount()
H A Ddata.c3656 int whint_mode = F2FS_OPTION(sbi).whint_mode; in f2fs_direct_IO() local
3693 if (rw == WRITE && whint_mode == WHINT_MODE_OFF) in f2fs_direct_IO()
3726 if (whint_mode == WHINT_MODE_OFF) in f2fs_direct_IO()
H A Dsegment.c3245 if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_USER) { in f2fs_io_type_to_rw_hint()
3256 } else if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_FS) { in f2fs_io_type_to_rw_hint()
H A Df2fs.h152 int whint_mode; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Df2fs.rst216 whint_mode=%s Control which write hints are passed down to block
724 1) whint_mode=off. F2FS only passes down WRITE_LIFE_NOT_SET.
726 2) whint_mode=user-based. F2FS tries to pass down hints given by
756 3) whint_mode=fs-based. F2FS passes down hints with its policy.