Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsuper.c795 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_USER; in parse_options()
797 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_OFF; in parse_options()
799 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_FS; in parse_options()
1024 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_OFF; in parse_options()
1628 if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_USER) in f2fs_show_options()
1630 else if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_FS) in f2fs_show_options()
1667 F2FS_OPTION(sbi).whint_mode = WHINT_MODE_OFF; in default_options()
1906 F2FS_OPTION(sbi).whint_mode != org_mount_opt.whint_mode) { in f2fs_remount()
Ddata.c3620 int whint_mode = F2FS_OPTION(sbi).whint_mode; in f2fs_direct_IO() local
3634 if (rw == WRITE && whint_mode == WHINT_MODE_OFF) in f2fs_direct_IO()
3667 if (whint_mode == WHINT_MODE_OFF) in f2fs_direct_IO()
Dsegment.c3190 if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_USER) { in f2fs_io_type_to_rw_hint()
3201 } else if (F2FS_OPTION(sbi).whint_mode == WHINT_MODE_FS) { in f2fs_io_type_to_rw_hint()
Df2fs.h137 int whint_mode; member
/Linux-v5.10/Documentation/filesystems/
Df2fs.rst211 whint_mode=%s Control which write hints are passed down to block
683 1) whint_mode=off. F2FS only passes down WRITE_LIFE_NOT_SET.
685 2) whint_mode=user-based. F2FS tries to pass down hints given by
715 3) whint_mode=fs-based. F2FS passes down hints with its policy.