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:btrfs_subpage
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
subpage.c
53
* Both metadata and data will use a new structure,
btrfs_subpage
, to
121
struct
btrfs_subpage
*subpage;
in btrfs_attach_subpage()
145
struct
btrfs_subpage
*subpage;
in btrfs_detach_subpage()
156
struct
btrfs_subpage
*btrfs_alloc_subpage(const struct btrfs_fs_info *fs_info,
in btrfs_alloc_subpage()
159
struct
btrfs_subpage
*ret;
in btrfs_alloc_subpage()
180
void btrfs_free_subpage(struct
btrfs_subpage
*subpage)
in btrfs_free_subpage()
197
struct
btrfs_subpage
*subpage;
in btrfs_page_inc_eb_refs()
205
subpage = (struct
btrfs_subpage
*)page->private;
in btrfs_page_inc_eb_refs()
212
struct
btrfs_subpage
*subpage;
in btrfs_page_dec_eb_refs()
220
subpage = (struct
btrfs_subpage
*)pag
in btrfs_page_dec_eb_refs()
[all...]
H
A
D
subpage.h
45
struct
btrfs_subpage
{
struct
85
struct
btrfs_subpage
*btrfs_alloc_subpage(const struct btrfs_fs_info *fs_info,
87
void btrfs_free_subpage(struct
btrfs_subpage
*subpage);
H
A
D
extent_io.c
867
struct
btrfs_subpage
*prealloc)
in attach_extent_buffer_page()
1244
struct
btrfs_subpage
*subpage = (struct
btrfs_subpage
*)page->private;
in find_next_dirty_byte()
1736
struct
btrfs_subpage
*subpage = (struct
btrfs_subpage
*)page->private;
in submit_eb_subpage()
3153
struct
btrfs_subpage
*subpage;
in page_range_has_eb()
3158
subpage = (struct
btrfs_subpage
*)page->private;
in page_range_has_eb()
3567
struct
btrfs_subpage
*prealloc = NULL;
in alloc_extent_buffer()
H
A
D
disk-io.c
524
struct
btrfs_subpage
*subpage;
in btree_dirty_folio()
H
A
D
inode.c
7865
struct
btrfs_subpage
*subpage;
in wait_subpage_spinlock()
7871
subpage = (struct
btrfs_subpage
*)page->private;
in wait_subpage_spinlock()
Completed in 30 milliseconds