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:journal_sections
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-integrity.c
68
__u32
journal_sections
;
member
195
unsigned
journal_sections
;
member
475
if (unlikely(*sec_ptr >= ic->
journal_sections
))
in wraparound_section()
476
*sec_ptr -= ic->
journal_sections
;
in wraparound_section()
649
if (unlikely(section >= ic->
journal_sections
) ||
in access_journal_check()
652
function, section, offset, ic->
journal_sections
, limit);
in access_journal_check()
1019
if (commit_start + commit_sections <= ic->
journal_sections
) {
in write_journal()
1036
to_end = ic->
journal_sections
- commit_start;
in write_journal()
1301
if (next_section + ic->
journal_sections
< ic->committed_section + ic->n_committed_sections)
in find_newer_committed_node()
2224
if (WARN_ON(ic->
journal_sections
* i
in pad_uncommitted()
3309
unsigned
journal_sections
;
initialize_superblock()
local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-integrity.c
73
__le32
journal_sections
;
member
205
unsigned int
journal_sections
;
member
476
if (unlikely(*sec_ptr >= ic->
journal_sections
))
in wraparound_section()
477
*sec_ptr -= ic->
journal_sections
;
in wraparound_section()
722
if (unlikely(section >= ic->
journal_sections
) ||
in access_journal_check()
725
function, section, offset, ic->
journal_sections
, limit);
in access_journal_check()
1119
if (commit_start + commit_sections <= ic->
journal_sections
) {
in write_journal()
1137
to_end = ic->
journal_sections
- commit_start;
in write_journal()
1405
if (next_section + ic->
journal_sections
< ic->committed_section + ic->n_committed_sections)
in find_newer_committed_node()
2424
if (WARN_ON(ic->
journal_sections
* i
in pad_uncommitted()
3592
unsigned int
journal_sections
;
initialize_superblock()
local
[all...]
Completed in 10 milliseconds