Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfadvise.h7 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */ macro
/openbmc/linux/include/uapi/linux/
H A Dfadvise.h7 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */ macro
/openbmc/linux/mm/
H A Dfadvise.c55 case POSIX_FADV_SEQUENTIAL: in generic_fadvise()
90 case POSIX_FADV_SEQUENTIAL: in generic_fadvise()
/openbmc/linux/io_uring/
H A Dadvise.c70 case POSIX_FADV_SEQUENTIAL: in io_fadvise_force_async()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp114 POSIX_FADV_SEQUENTIAL); in open()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs588 between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
/openbmc/linux/fs/f2fs/
H A Dfile.c5004 if (advice == POSIX_FADV_SEQUENTIAL) { in f2fs_file_fadvise()