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:async_extent
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
357
struct
async_extent
{
struct
392
struct
async_extent
*
async_extent
;
in add_async_extent()
local
394
async_extent
= kmalloc(sizeof(*
async_extent
), GFP_NOFS);
in add_async_extent()
395
BUG_ON(!
async_extent
); /* -ENOMEM */
in add_async_extent()
396
async_extent
->start = start;
in add_async_extent()
397
async_extent
->ram_size = ram_size;
in add_async_extent()
398
async_extent
->compressed_size = compressed_size;
in add_async_extent()
399
async_extent
in add_async_extent()
744
free_
async_extent
_pages(struct
async_extent
*
async_extent
)
free_async_extent_pages()
argument
770
struct
async_extent
*
async_extent
;
submit_compressed_extents()
local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
inode.c
696
struct
async_extent
{
struct
730
struct
async_extent
*
async_extent
;
in add_async_extent()
local
732
async_extent
= kmalloc(sizeof(*
async_extent
), GFP_NOFS);
in add_async_extent()
733
BUG_ON(!
async_extent
); /* -ENOMEM */
in add_async_extent()
734
async_extent
->start = start;
in add_async_extent()
735
async_extent
->ram_size = ram_size;
in add_async_extent()
736
async_extent
->compressed_size = compressed_size;
in add_async_extent()
737
async_extent
in add_async_extent()
1045
free_
async_extent
_pages(struct
async_extent
*
async_extent
)
free_async_extent_pages()
argument
1061
submit_uncompressed_range(struct btrfs_inode *inode, struct
async_extent
*
async_extent
, struct page *locked_page)
submit_uncompressed_range()
argument
1094
submit_one_
async_extent
(struct async_chunk *async_chunk, struct
async_extent
*
async_extent
, u64 *alloc_hint)
submit_one_async_extent()
argument
1574
struct
async_extent
*
async_extent
;
submit_compressed_extents()
local
[all...]
Completed in 19 milliseconds