Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:swapfile
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
iomap.h
276
# define iomap_swapfile_activate(sis,
swapfile
, pagespan, ops) (-EIO)
/kernel/linux/linux-5.10/mm/
H
A
D
Makefile
73
obj-$(CONFIG_SWAP) += page_io.o swap_state.o
swapfile
.o swap_slots.o
H
A
D
frontswap.c
20
#include <linux/
swapfile
.h>
H
A
D
swapfile.c
3
* linux/mm/
swapfile
.c
38
#include <linux/
swapfile
.h>
2420
* If the
swapfile
is an S_ISBLK block device, a single extent is installed.
/kernel/linux/linux-6.6/include/linux/
H
A
D
iomap.h
402
# define iomap_swapfile_activate(sis,
swapfile
, pagespan, ops) (-EIO)
H
A
D
swapops.h
12
#include <linux/
swapfile
.h>
/kernel/linux/linux-6.6/mm/
H
A
D
Makefile
74
obj-$(CONFIG_SWAP) += page_io.o swap_state.o
swapfile
.o swap_slots.o
H
A
D
swapfile.c
3
* linux/mm/
swapfile
.c
38
#include <linux/
swapfile
.h>
2242
* If the
swapfile
is an S_ISBLK block device, a single extent is installed.
H
A
D
shmem.c
41
#include <linux/
swapfile
.h>
1483
* value into
swapfile
.c, the only way we can correctly account for a
in shmem_writepage()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
init.c
6
#include <linux/
swapfile
.h>
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
init.c
6
#include <linux/
swapfile
.h>
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsglob.h
1324
bool
swapfile
:1;
member
H
A
D
cifsfs.c
1233
if (cfile->
swapfile
) {
in cifs_copy_file_range()
H
A
D
file.c
4866
pr_warn("swap activate:
swapfile
has holes\n");
in cifs_swap_activate()
4882
cfile->
swapfile
= true;
in cifs_swap_activate()
4901
cfile->
swapfile
= false;
in cifs_swap_deactivate()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsglob.h
1406
bool
swapfile
:1;
member
H
A
D
cifsfs.c
1498
if (cfile->
swapfile
) {
in cifs_copy_file_range()
H
A
D
file.c
5039
pr_warn("swap activate:
swapfile
has holes\n");
in cifs_swap_activate()
5055
cfile->
swapfile
= true;
in cifs_swap_activate()
5075
cfile->
swapfile
= false;
in cifs_swap_deactivate()
Completed in 51 milliseconds