/openbmc/bmcweb/http/ |
H A D | http_body.hpp | 124 int fadvise = posix_fadvise(fileHandle.fileHandle.native_handle(), 0, 0, in open() local 126 if (fadvise != 0) in open() 128 BMCWEB_LOG_WARNING("Fasvise returned {} ignoring", fadvise); in open()
|
/openbmc/linux/mm/ |
H A D | fadvise.c | 182 if (file->f_op->fadvise) in vfs_fadvise() 183 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
H A D | Makefile | 49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | fadvise.sh | 9 grep -E $regex ${header_dir}/fadvise.h | \
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 21 io/fadvise.c | 2 +- 134 diff --git a/io/fadvise.c b/io/fadvise.c 136 --- a/io/fadvise.c 137 +++ b/io/fadvise.c
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 257 Also respect fadvise()/madvise() hints; 260 Only allocate huge pages if requested with fadvise()/madvise();
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 732 .fadvise = ovl_fadvise,
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-rustix-libc-backend.patch | 19 …47a52f4ca9ac6321c52e802e97ec90d1b4c62ec955c8996fc17f8f5aed69966","src/fs/fadvise.rs":"1220e2cf5cf5… 21 …47a52f4ca9ac6321c52e802e97ec90d1b4c62ec955c8996fc17f8f5aed69966","src/fs/fadvise.rs":"1220e2cf5cf5…
|
H A D | rv32-cargo-rustix-0.38.28-fix.patch | 37 …47a52f4ca9ac6321c52e802e97ec90d1b4c62ec955c8996fc17f8f5aed69966","src/fs/fadvise.rs":"1220e2cf5cf5… 39 …47a52f4ca9ac6321c52e802e97ec90d1b4c62ec955c8996fc17f8f5aed69966","src/fs/fadvise.rs":"1220e2cf5cf5…
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_file.c | 1500 .fadvise = xfs_file_fadvise,
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 454 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 987 through the fadvise(POSIX_FADV_DONTNEED) system call or by the 1110 int (*fadvise)(struct file *, loff_t, loff_t, int); 1224 ``fadvise``
|
H A D | locking.rst | 552 int (*fadvise)(struct file *, loff_t, loff_t, int);
|
/openbmc/linux/init/ |
H A D | Kconfig | 1676 bool "Enable madvise/fadvise syscalls" if EXPERT 1679 This option enables the madvise and fadvise syscalls, used by
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1953 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
/openbmc/linux/fs/f2fs/ |
H A D | file.c | 5160 .fadvise = f2fs_file_fadvise,
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 3469 -rw-r--r-- root root 842 ./usr/include/linux/fadvise.h
|
H A D | buildhistory_filelist1.txt | 3468 -rw-r--r-- root root 842 ./usr/include/linux/fadvise.h
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |