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:j_max_trans_age
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
2816
journal->
j_max_trans_age
= JOURNAL_MAX_TRANS_AGE;
in journal_init()
2824
journal->
j_max_trans_age
= commit_max_age;
in journal_init()
2835
journal->j_max_commit_age, journal->
j_max_trans_age
);
in journal_init()
2929
(now - journal->j_trans_start_time) > journal->
j_max_trans_age
||
in journal_transaction_should_end()
3078
journal->
j_max_trans_age
) || (!join
in do_journal_begin_r()
3584
(now - journal->j_trans_start_time) > journal->
j_max_trans_age
) {
in reiserfs_flush_old_commits()
3701
if ((now - journal->j_trans_start_time) > journal->
j_max_trans_age
) {
in check_journal_end()
H
A
D
super.c
1501
journal->
j_max_trans_age
= commit_max_age;
in reiserfs_remount()
1505
journal->
j_max_trans_age
= JOURNAL_MAX_TRANS_AGE;
in reiserfs_remount()
H
A
D
reiserfs.h
366
unsigned int
j_max_trans_age
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
2823
journal->
j_max_trans_age
= JOURNAL_MAX_TRANS_AGE;
in journal_init()
2831
journal->
j_max_trans_age
= commit_max_age;
in journal_init()
2842
journal->j_max_commit_age, journal->
j_max_trans_age
);
in journal_init()
2936
(now - journal->j_trans_start_time) > journal->
j_max_trans_age
||
in journal_transaction_should_end()
3084
journal->
j_max_trans_age
) || (!join
in do_journal_begin_r()
3589
(now - journal->j_trans_start_time) > journal->
j_max_trans_age
) {
in reiserfs_flush_old_commits()
3706
if ((now - journal->j_trans_start_time) > journal->
j_max_trans_age
) {
in check_journal_end()
H
A
D
super.c
1499
journal->
j_max_trans_age
= commit_max_age;
in reiserfs_remount()
1503
journal->
j_max_trans_age
= JOURNAL_MAX_TRANS_AGE;
in reiserfs_remount()
H
A
D
reiserfs.h
363
unsigned int
j_max_trans_age
;
member
Completed in 27 milliseconds