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_mount_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
1264
jh->
j_mount_id
= cpu_to_le32(journal->
j_mount_id
);
in _update_journal_header_block()
2410
newest_mount_id = le32_to_cpu(jh->
j_mount_id
);
in journal_read()
2540
journal->
j_mount_id
= le32_to_cpu(jh->
j_mount_id
) + 1;
in journal_read()
2542
journal->
j_mount_id
= newest_mount_id + 1;
in journal_read()
2545
"newest_mount_id to %lu", journal->
j_mount_id
);
in journal_read()
2862
journal->
j_mount_id
= 10;
in journal_init()
4174
set_desc_mount_id(desc, journal->
j_mount_id
);
in do_journal_end()
H
A
D
reiserfs.h
312
unsigned long
j_mount_id
;
member
2716
__le32
j_mount_id
; /* mount id of this trans */
member
2722
#define get_desc_mount_id(d) le32_to_cpu((d)->
j_mount_id
)
2726
#define set_desc_mount_id(d,val) do { (d)->
j_mount_id
= cpu_to_le32 (val); } while (0)
2737
#define get_commit_mount_id(c) le32_to_cpu((c)->
j_mount_id
)
2755
__le32
j_mount_id
;
member
H
A
D
procfs.c
327
"
j_mount_id
: \t%lu\n"
in show_journal()
368
JF(
j_mount_id
),
in show_journal()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
1265
jh->
j_mount_id
= cpu_to_le32(journal->
j_mount_id
);
in _update_journal_header_block()
2412
newest_mount_id = le32_to_cpu(jh->
j_mount_id
);
in journal_read()
2542
journal->
j_mount_id
= le32_to_cpu(jh->
j_mount_id
) + 1;
in journal_read()
2544
journal->
j_mount_id
= newest_mount_id + 1;
in journal_read()
2547
"newest_mount_id to %lu", journal->
j_mount_id
);
in journal_read()
2869
journal->
j_mount_id
= 10;
in journal_init()
4179
set_desc_mount_id(desc, journal->
j_mount_id
);
in do_journal_end()
H
A
D
reiserfs.h
309
unsigned long
j_mount_id
;
member
2713
__le32
j_mount_id
; /* mount id of this trans */
member
2719
#define get_desc_mount_id(d) le32_to_cpu((d)->
j_mount_id
)
2723
#define set_desc_mount_id(d,val) do { (d)->
j_mount_id
= cpu_to_le32 (val); } while (0)
2734
#define get_commit_mount_id(c) le32_to_cpu((c)->
j_mount_id
)
2752
__le32
j_mount_id
;
member
H
A
D
procfs.c
327
"
j_mount_id
: \t%lu\n"
in show_journal()
368
JF(
j_mount_id
),
in show_journal()
Completed in 28 milliseconds