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:t_handle_save
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
3204
th->
t_handle_save
= cur_th;
in journal_join()
3218
th->
t_handle_save
= cur_th;
in journal_join_abort()
3229
th->
t_handle_save
= NULL;
in journal_begin()
3249
th->
t_handle_save
= current->journal_info;
in journal_begin()
3263
current->journal_info = th->
t_handle_save
;
in journal_begin()
4019
current->journal_info = th->
t_handle_save
;
in do_journal_end()
4073
current->journal_info = th->
t_handle_save
;
in do_journal_end()
H
A
D
reiserfs.h
2862
void *
t_handle_save
; /* save existing current->journal_info */
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
3209
th->
t_handle_save
= cur_th;
in journal_join()
3223
th->
t_handle_save
= cur_th;
in journal_join_abort()
3234
th->
t_handle_save
= NULL;
in journal_begin()
3254
th->
t_handle_save
= current->journal_info;
in journal_begin()
3268
current->journal_info = th->
t_handle_save
;
in journal_begin()
4024
current->journal_info = th->
t_handle_save
;
in do_journal_end()
4078
current->journal_info = th->
t_handle_save
;
in do_journal_end()
H
A
D
reiserfs.h
2859
void *
t_handle_save
; /* save existing current->journal_info */
member
Completed in 36 milliseconds