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:hole_em
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
file.c
2351
struct extent_map *
hole_em
;
in fill_holes()
local
2415
hole_em
= alloc_extent_map();
in fill_holes()
2416
if (!
hole_em
) {
in fill_holes()
2420
hole_em
->start = offset;
in fill_holes()
2421
hole_em
->len = end - offset;
in fill_holes()
2422
hole_em
->ram_bytes =
hole_em
->len;
in fill_holes()
2423
hole_em
->orig_start = offset;
in fill_holes()
2425
hole_em
->block_start = EXTENT_MAP_HOLE;
in fill_holes()
2426
hole_em
in fill_holes()
[all...]
H
A
D
inode.c
4798
struct extent_map *
hole_em
;
in btrfs_cont_expand()
local
4812
hole_em
= alloc_extent_map();
in btrfs_cont_expand()
4813
if (!
hole_em
) {
in btrfs_cont_expand()
4818
hole_em
->start = cur_offset;
in btrfs_cont_expand()
4819
hole_em
->len = hole_size;
in btrfs_cont_expand()
4820
hole_em
->orig_start = cur_offset;
in btrfs_cont_expand()
4822
hole_em
->block_start = EXTENT_MAP_HOLE;
in btrfs_cont_expand()
4823
hole_em
->block_len = 0;
in btrfs_cont_expand()
4824
hole_em
->orig_block_len = 0;
in btrfs_cont_expand()
4825
hole_em
in btrfs_cont_expand()
6807
struct extent_map *
hole_em
= NULL;
btrfs_get_extent_fiemap()
local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
file.c
2072
struct extent_map *
hole_em
;
in fill_holes()
local
2137
hole_em
= alloc_extent_map();
in fill_holes()
2138
if (!
hole_em
) {
in fill_holes()
2142
hole_em
->start = offset;
in fill_holes()
2143
hole_em
->len = end - offset;
in fill_holes()
2144
hole_em
->ram_bytes =
hole_em
->len;
in fill_holes()
2145
hole_em
->orig_start = offset;
in fill_holes()
2147
hole_em
->block_start = EXTENT_MAP_HOLE;
in fill_holes()
2148
hole_em
in fill_holes()
[all...]
H
A
D
inode.c
4909
struct extent_map *
hole_em
;
in btrfs_cont_expand()
local
4921
hole_em
= alloc_extent_map();
in btrfs_cont_expand()
4922
if (!
hole_em
) {
in btrfs_cont_expand()
4929
hole_em
->start = cur_offset;
in btrfs_cont_expand()
4930
hole_em
->len = hole_size;
in btrfs_cont_expand()
4931
hole_em
->orig_start = cur_offset;
in btrfs_cont_expand()
4933
hole_em
->block_start = EXTENT_MAP_HOLE;
in btrfs_cont_expand()
4934
hole_em
->block_len = 0;
in btrfs_cont_expand()
4935
hole_em
->orig_block_len = 0;
in btrfs_cont_expand()
4936
hole_em
in btrfs_cont_expand()
[all...]
Completed in 24 milliseconds