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_tail
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/raid/
H
A
D
md_p.h
276
__le64
journal_tail
;/* journal tail of journal device (from data_offset) */
member
/kernel/linux/linux-6.6/include/uapi/linux/raid/
H
A
D
md_p.h
276
__le64
journal_tail
;/* journal tail of journal device (from data_offset) */
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
156
__le64
journal_tail
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
154
__le64
journal_tail
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
154
__le64
journal_tail
;
member
/kernel/linux/linux-5.10/drivers/md/
H
A
D
md.h
102
sector_t
journal_tail
; /* If this device is a journal device,
member
H
A
D
raid5-cache.c
2238
* At the end of the scan, we return the new
journal_tail
, which points to
2531
log->rdev->
journal_tail
= cp;
in r5l_write_super()
2965
sector_t cp = log->rdev->
journal_tail
;
in r5l_load_log()
H
A
D
md.c
1996
rdev->
journal_tail
= le64_to_cpu(sb->
journal_tail
);
in super_1_validate()
2088
/* Note: recovery_offset and
journal_tail
share space */
in super_1_sync()
2090
sb->
journal_tail
= cpu_to_le64(rdev->
journal_tail
);
in super_1_sync()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
md.h
102
sector_t
journal_tail
; /* If this device is a journal device,
member
H
A
D
raid5-cache.c
2232
* At the end of the scan, we return the new
journal_tail
, which points to
2525
log->rdev->
journal_tail
= cp;
in r5l_write_super()
2962
sector_t cp = log->rdev->
journal_tail
;
in r5l_load_log()
H
A
D
md.c
1952
rdev->
journal_tail
= le64_to_cpu(sb->
journal_tail
);
in super_1_validate()
2044
/* Note: recovery_offset and
journal_tail
share space */
in super_1_sync()
2046
sb->
journal_tail
= cpu_to_le64(rdev->
journal_tail
);
in super_1_sync()
Completed in 37 milliseconds