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_last
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
journal.c
866
if (journal->j_head == journal->
j_last
)
in jbd2_journal_next_log_block()
1131
freed += journal->
j_last
- journal->j_first;
in __jbd2_update_log_tail()
1562
journal->
j_last
= last;
in journal_reset()
1566
journal->j_free = journal->
j_last
- journal->j_first;
in journal_reset()
1938
journal->
j_last
= be32_to_cpu(sb->s_maxlen);
in load_superblock()
1945
if (journal->
j_last
- num_fc_blocks >= JBD2_MIN_JOURNAL_BLOCKS)
in load_superblock()
1946
journal->
j_last
= journal->j_fc_last - num_fc_blocks;
in load_superblock()
1947
journal->j_fc_first = journal->
j_last
+ 1;
in load_superblock()
2192
if (journal->
j_last
- num_fc_blks < JBD2_MIN_JOURNAL_BLOCKS)
in jbd2_journal_initialize_fast_commit()
2203
journal->j_fc_last = journal->
j_last
;
in jbd2_journal_initialize_fast_commit()
[all...]
H
A
D
recovery.c
229
(journal)->j_fc_last : (journal)->
j_last
; \
525
journal->j_fc_last : journal->
j_last
);
in do_one_pass()
H
A
D
commit.c
814
freed += journal->
j_last
- journal->j_first;
in jbd2_journal_commit_transaction()
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
journal.c
851
if (journal->j_head == journal->
j_last
)
in jbd2_journal_next_log_block()
1110
freed += journal->
j_last
- journal->j_first;
in __jbd2_update_log_tail()
1487
journal->
j_last
= be32_to_cpu(sb->s_maxlen);
in journal_load_superblock()
1500
journal->
j_last
= journal->j_fc_last -
in journal_load_superblock()
1502
journal->j_fc_first = journal->
j_last
+ 1;
in journal_load_superblock()
1715
journal->
j_last
= last;
in journal_reset()
1732
journal->j_free = journal->
j_last
- journal->j_first;
in journal_reset()
2264
if (journal->
j_last
- num_fc_blks < JBD2_MIN_JOURNAL_BLOCKS)
in jbd2_journal_initialize_fast_commit()
2275
journal->j_fc_last = journal->
j_last
;
in jbd2_journal_initialize_fast_commit()
2276
journal->
j_last
in jbd2_journal_initialize_fast_commit()
[all...]
H
A
D
recovery.c
233
if (var >= (journal)->
j_last
) \
234
var -= ((journal)->
j_last
- (journal)->j_first); \
531
next_commit_ID, next_log_block, journal->
j_last
);
in do_one_pass()
H
A
D
commit.c
768
freed += journal->
j_last
- journal->j_first;
in jbd2_journal_commit_transaction()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
2855
journal->
j_last
= NULL;
in journal_init()
3374
cn->prev = journal->
j_last
;
in journal_mark_dirty()
3376
if (journal->
j_last
) {
in journal_mark_dirty()
3377
journal->
j_last
->next = cn;
in journal_mark_dirty()
3378
journal->
j_last
= cn;
in journal_mark_dirty()
3381
journal->
j_last
= cn;
in journal_mark_dirty()
3450
if (cn == journal->
j_last
) {
in remove_from_transaction()
3451
journal->
j_last
= cn->prev;
in remove_from_transaction()
4257
journal->
j_last
= NULL;
in do_journal_end()
H
A
D
reiserfs.h
299
struct reiserfs_journal_cnode *
j_last
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
2862
journal->
j_last
= NULL;
in journal_init()
3379
cn->prev = journal->
j_last
;
in journal_mark_dirty()
3381
if (journal->
j_last
) {
in journal_mark_dirty()
3382
journal->
j_last
->next = cn;
in journal_mark_dirty()
3383
journal->
j_last
= cn;
in journal_mark_dirty()
3386
journal->
j_last
= cn;
in journal_mark_dirty()
3455
if (cn == journal->
j_last
) {
in remove_from_transaction()
3456
journal->
j_last
= cn->prev;
in remove_from_transaction()
4262
journal->
j_last
= NULL;
in do_journal_end()
H
A
D
reiserfs.h
297
struct reiserfs_journal_cnode *
j_last
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
958
* @
j_last
:
963
unsigned long
j_last
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
939
* @
j_last
:
944
unsigned long
j_last
;
member
Completed in 43 milliseconds