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:em_end
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
extent_map.c
744
const u64
em_end
= extent_map_end(em);
in btrfs_drop_extent_map_range()
local
751
if (
em_end
< end) {
in btrfs_drop_extent_map_range()
762
start =
em_end
;
in btrfs_drop_extent_map_range()
780
if (em->start >= start &&
em_end
<= end)
in btrfs_drop_extent_map_range()
823
if (
em_end
> end) {
in btrfs_drop_extent_map_range()
831
split->len =
em_end
- end;
in btrfs_drop_extent_map_range()
897
if ((em->start < start ||
em_end
> end) && modified) {
in btrfs_drop_extent_map_range()
H
A
D
extent_io.c
1313
u64
em_end
;
in __extent_writepage_io()
local
1347
em_end
= extent_map_end(em);
in __extent_writepage_io()
1348
ASSERT(cur <=
em_end
);
in __extent_writepage_io()
1361
* Note that
em_end
from extent_map_end() and dirty_range_end from
in __extent_writepage_io()
1364
iosize = min(min(
em_end
, end + 1), dirty_range_end) - cur;
in __extent_writepage_io()
H
A
D
file.c
2879
const u64
em_end
= em->start + em->len;
in btrfs_zero_range()
local
2881
if (
em_end
>= offset + len) {
in btrfs_zero_range()
2896
alloc_start =
em_end
;
in btrfs_zero_range()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
extent_io.c
3497
u64
em_end
;
in __extent_writepage_io()
local
3513
em_end
= extent_map_end(em);
in __extent_writepage_io()
3514
BUG_ON(
em_end
<= cur);
in __extent_writepage_io()
3516
iosize = min(
em_end
- cur, end - cur + 1);
in __extent_writepage_io()
4691
u64
em_end
= 0;
in extent_fiemap()
local
4795
em_end
= extent_map_end(em);
in extent_fiemap()
4796
em_len =
em_end
- em_start;
in extent_fiemap()
4846
(last == (u64)-1 && isize <=
em_end
)) {
in extent_fiemap()
H
A
D
file.c
3136
const u64
em_end
= em->start + em->len;
in btrfs_zero_range()
local
3138
if (
em_end
>= offset + len) {
in btrfs_zero_range()
3153
alloc_start =
em_end
;
in btrfs_zero_range()
Completed in 24 milliseconds