Searched refs:fadvise (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/mm/ |
D | fadvise.c | 184 if (file->f_op->fadvise) in vfs_fadvise() 185 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
D | Makefile | 35 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/Linux-v4.19/fs/overlayfs/ |
D | file.c | 523 .fadvise = ovl_fadvise,
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | transhuge.rst | 245 Also respect fadvise()/madvise() hints; 248 Only allocate huge pages if requested with fadvise()/madvise();
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 775 through the fadvise(POSIX_FADV_DONTNEED) system call or by the 888 int (*fadvise)(struct file *, loff_t, loff_t, int); 969 fadvise: possibly called by the fadvise64() system call.
|
/Linux-v4.19/init/ |
D | Kconfig | 1379 bool "Enable madvise/fadvise syscalls" if EXPERT 1382 This option enables the madvise and fadvise syscalls, used by
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1766 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|