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:offs_in_page
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/verity/
H
A
D
read_metadata.c
21
unsigned int
offs_in_page
;
in fsverity_read_merkle_tree()
local
29
offs_in_page
= offset_in_page(offset);
in fsverity_read_merkle_tree()
43
PAGE_SIZE -
offs_in_page
);
in fsverity_read_merkle_tree()
57
if (copy_to_user(buf, virt +
offs_in_page
, bytes_to_copy)) {
in fsverity_read_merkle_tree()
75
offs_in_page
= 0;
in fsverity_read_merkle_tree()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_macronix.c
378
off_t
offs_in_page
;
in __macronix_30lfxg18ac_rw_otp()
local
391
offs_in_page
= do_div(page, MACRONIX_30LFXG18AC_OTP_PAGE_SIZE);
in __macronix_30lfxg18ac_rw_otp()
401
offs_in_page
);
in __macronix_30lfxg18ac_rw_otp()
404
ret = nand_prog_page_op(nand, phys_page,
offs_in_page
,
in __macronix_30lfxg18ac_rw_otp()
407
ret = nand_read_page_op(nand, phys_page,
offs_in_page
,
in __macronix_30lfxg18ac_rw_otp()
413
offs_in_page
= 0;
in __macronix_30lfxg18ac_rw_otp()
Completed in 2 milliseconds