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_trans_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
1374
if (j_len_saved > journal->
j_trans_max
) {
in flush_journal_list()
1990
get_commit_trans_len(commit) > SB_JOURNAL(sb)->
j_trans_max
||
in journal_compare_desc_commit()
2039
if (get_desc_trans_len(desc) > SB_JOURNAL(sb)->
j_trans_max
) {
in journal_transaction_is_valid()
2669
if (journal->
j_trans_max
) {
in check_advise_trans_params()
2675
if (journal->
j_trans_max
> JOURNAL_TRANS_MAX_DEFAULT / ratio ||
in check_advise_trans_params()
2676
journal->
j_trans_max
< JOURNAL_TRANS_MIN_DEFAULT / ratio ||
in check_advise_trans_params()
2677
SB_ONDISK_JOURNAL_SIZE(sb) / journal->
j_trans_max
<
in check_advise_trans_params()
2681
"FSCK?", journal->
j_trans_max
);
in check_advise_trans_params()
2684
if (journal->j_max_batch != (journal->
j_trans_max
) *
in check_advise_trans_params()
2703
journal->
j_trans_max
in check_advise_trans_params()
[all...]
H
A
D
reiserfs.h
357
unsigned int
j_trans_max
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
1375
if (j_len_saved > journal->
j_trans_max
) {
in flush_journal_list()
1991
get_commit_trans_len(commit) > SB_JOURNAL(sb)->
j_trans_max
||
in journal_compare_desc_commit()
2040
if (get_desc_trans_len(desc) > SB_JOURNAL(sb)->
j_trans_max
) {
in journal_transaction_is_valid()
2676
if (journal->
j_trans_max
) {
in check_advise_trans_params()
2682
if (journal->
j_trans_max
> JOURNAL_TRANS_MAX_DEFAULT / ratio ||
in check_advise_trans_params()
2683
journal->
j_trans_max
< JOURNAL_TRANS_MIN_DEFAULT / ratio ||
in check_advise_trans_params()
2684
SB_ONDISK_JOURNAL_SIZE(sb) / journal->
j_trans_max
<
in check_advise_trans_params()
2688
"FSCK?", journal->
j_trans_max
);
in check_advise_trans_params()
2691
if (journal->j_max_batch != (journal->
j_trans_max
) *
in check_advise_trans_params()
2710
journal->
j_trans_max
in check_advise_trans_params()
[all...]
H
A
D
reiserfs.h
354
unsigned int
j_trans_max
;
member
Completed in 19 milliseconds