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_len_alloc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
2850
journal->
j_len_alloc
= 0;
in journal_init()
2927
(journal->
j_len_alloc
+ new_alloc) >= journal->j_max_batch ||
in journal_transaction_should_end()
2934
journal->
j_len_alloc
+= new_alloc;
in journal_transaction_should_end()
3074
&& (journal->
j_len_alloc
+ nblocks + 2) >= journal->j_max_batch)
in do_journal_begin_r()
3086
if (!join && (journal->
j_len_alloc
+ nblocks + 2) >=
in do_journal_begin_r()
3089
(journal->
j_len_alloc
* 75)) {
in do_journal_begin_r()
3129
journal->
j_len_alloc
+= nblocks;
in do_journal_begin_r()
3278
* if j_len, is bigger than
j_len_alloc
, it pushes
j_len_alloc
to 10 + j_len.
3344
if (journal->j_len > journal->
j_len_alloc
) {
in journal_mark_dirty()
[all...]
H
A
D
procfs.c
330
"
j_len_alloc
: \t%lu\n"
in show_journal()
371
JF(
j_len_alloc
),
in show_journal()
H
A
D
reiserfs.h
319
unsigned long
j_len_alloc
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
2857
journal->
j_len_alloc
= 0;
in journal_init()
2934
(journal->
j_len_alloc
+ new_alloc) >= journal->j_max_batch ||
in journal_transaction_should_end()
2941
journal->
j_len_alloc
+= new_alloc;
in journal_transaction_should_end()
3080
&& (journal->
j_len_alloc
+ nblocks + 2) >= journal->j_max_batch)
in do_journal_begin_r()
3092
if (!join && (journal->
j_len_alloc
+ nblocks + 2) >=
in do_journal_begin_r()
3095
(journal->
j_len_alloc
* 75)) {
in do_journal_begin_r()
3134
journal->
j_len_alloc
+= nblocks;
in do_journal_begin_r()
3283
* if j_len, is bigger than
j_len_alloc
, it pushes
j_len_alloc
to 10 + j_len.
3349
if (journal->j_len > journal->
j_len_alloc
) {
in journal_mark_dirty()
[all...]
H
A
D
procfs.c
330
"
j_len_alloc
: \t%lu\n"
in show_journal()
371
JF(
j_len_alloc
),
in show_journal()
H
A
D
reiserfs.h
316
unsigned long
j_len_alloc
;
member
Completed in 23 milliseconds