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_pins
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
fs.h
744
struct rb_root
swapfile_pins
;
member
H
A
D
inode.c
10465
p = &fs_info->
swapfile_pins
.rb_node;
in btrfs_add_swapfile_pin()
10484
rb_insert_color(&sp->node, &fs_info->
swapfile_pins
);
in btrfs_add_swapfile_pin()
10497
node = rb_first(&fs_info->
swapfile_pins
);
in btrfs_free_swapfile_pins()
10502
rb_erase(&sp->node, &fs_info->
swapfile_pins
);
in btrfs_free_swapfile_pins()
10620
* fs_info->
swapfile_pins
prevents them from running while the swap
in btrfs_swap_activate()
H
A
D
disk-io.c
2792
fs_info->
swapfile_pins
= RB_ROOT;
in btrfs_init_fs_info()
H
A
D
volumes.c
7945
node = fs_info->
swapfile_pins
.rb_node;
in btrfs_pinned_by_swapfile()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
10048
p = &fs_info->
swapfile_pins
.rb_node;
in btrfs_add_swapfile_pin()
10067
rb_insert_color(&sp->node, &fs_info->
swapfile_pins
);
in btrfs_add_swapfile_pin()
10080
node = rb_first(&fs_info->
swapfile_pins
);
in btrfs_free_swapfile_pins()
10085
rb_erase(&sp->node, &fs_info->
swapfile_pins
);
in btrfs_free_swapfile_pins()
10204
* fs_info->
swapfile_pins
prevents them from running while the swap
in btrfs_swap_activate()
H
A
D
ctree.h
947
struct rb_root
swapfile_pins
;
member
H
A
D
disk-io.c
2850
fs_info->
swapfile_pins
= RB_ROOT;
in btrfs_init_fs_info()
H
A
D
volumes.c
7843
node = fs_info->
swapfile_pins
.rb_node;
in btrfs_pinned_by_swapfile()
Completed in 60 milliseconds