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_first
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
journal.c
867
journal->j_head = journal->
j_first
;
in jbd2_journal_next_log_block()
1131
freed += journal->j_last - journal->
j_first
;
in __jbd2_update_log_tail()
1561
journal->
j_first
= first;
in journal_reset()
1564
journal->j_head = journal->
j_first
;
in journal_reset()
1565
journal->j_tail = journal->
j_first
;
in journal_reset()
1566
journal->j_free = journal->j_last - journal->
j_first
;
in journal_reset()
1936
journal->
j_first
= be32_to_cpu(sb->s_first);
in load_superblock()
2207
journal->j_free = journal->j_last - journal->
j_first
;
in jbd2_journal_initialize_fast_commit()
H
A
D
recovery.c
232
var -= (_wrap_last - (journal)->
j_first
); \
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
852
journal->j_head = journal->
j_first
;
in jbd2_journal_next_log_block()
1110
freed += journal->j_last - journal->
j_first
;
in __jbd2_update_log_tail()
1485
journal->
j_first
= be32_to_cpu(sb->s_first);
in journal_load_superblock()
1714
journal->
j_first
= first;
in journal_reset()
1726
journal->j_head = journal->
j_first
;
in journal_reset()
1729
journal->j_head = journal->
j_first
;
in journal_reset()
1732
journal->j_free = journal->j_last - journal->
j_first
;
in journal_reset()
2279
journal->j_free = journal->j_last - journal->
j_first
;
in jbd2_journal_initialize_fast_commit()
H
A
D
recovery.c
234
var -= ((journal)->j_last - (journal)->
j_first
); \
375
journal->j_head = journal->
j_first
;
in jbd2_journal_skip_recovery()
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
2856
journal->
j_first
= NULL;
in journal_init()
3380
journal->
j_first
= cn;
in journal_mark_dirty()
3447
if (cn == journal->
j_first
) {
in remove_from_transaction()
3448
journal->
j_first
= cn->next;
in remove_from_transaction()
4129
for (i = 0, cn = journal->
j_first
; cn; cn = cn->next, i++) {
in do_journal_end()
4196
cn = journal->
j_first
;
in do_journal_end()
4258
journal->
j_first
= NULL;
in do_journal_end()
H
A
D
reiserfs.h
302
struct reiserfs_journal_cnode *
j_first
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
2863
journal->
j_first
= NULL;
in journal_init()
3385
journal->
j_first
= cn;
in journal_mark_dirty()
3452
if (cn == journal->
j_first
) {
in remove_from_transaction()
3453
journal->
j_first
= cn->next;
in remove_from_transaction()
4134
for (i = 0, cn = journal->
j_first
; cn; cn = cn->next, i++) {
in do_journal_end()
4201
cn = journal->
j_first
;
in do_journal_end()
4263
journal->
j_first
= NULL;
in do_journal_end()
H
A
D
reiserfs.h
300
struct reiserfs_journal_cnode *
j_first
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
950
* @
j_first
:
955
unsigned long
j_first
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
931
* @
j_first
:
936
unsigned long
j_first
;
member
Completed in 42 milliseconds