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:bvec_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
compression.c
1023
u32
bvec_offset
;
in btrfs_decompress_buf2page()
local
1030
bvec_offset
= page_offset(bvec.bv_page) + bvec.bv_offset - cb->start;
in btrfs_decompress_buf2page()
1033
if (decompressed + buf_len <=
bvec_offset
)
in btrfs_decompress_buf2page()
1036
copy_start = max(cur_offset,
bvec_offset
);
in btrfs_decompress_buf2page()
1037
copy_len = min(
bvec_offset
+ bvec.bv_len,
in btrfs_decompress_buf2page()
H
A
D
raid56.c
1115
u32
bvec_offset
;
in index_one_bio()
local
1117
for (
bvec_offset
= 0;
bvec_offset
< bvec.bv_len;
in index_one_bio()
1118
bvec_offset
+= sectorsize, offset += sectorsize) {
in index_one_bio()
1123
sector->pgoff = bvec.bv_offset +
bvec_offset
;
in index_one_bio()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
xen-blkfront.c
1397
unsigned int
bvec_offset
;
member
1411
memcpy(info->bvec_data + info->
bvec_offset
,
in blkif_copy_from_grant()
1414
info->
bvec_offset
+= len;
in blkif_copy_from_grant()
1518
data.
bvec_offset
= sg->offset;
in blkif_completion()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
xen-blkfront.c
1324
unsigned int
bvec_offset
;
member
1338
memcpy(info->bvec_data + info->
bvec_offset
,
in blkif_copy_from_grant()
1341
info->
bvec_offset
+= len;
in blkif_copy_from_grant()
1445
data.
bvec_offset
= sg->offset;
in blkif_completion()
Completed in 13 milliseconds