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_trans_id
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
objectid.c
56
BUG_ON(!th->
t_trans_id
);
in reiserfs_get_unused_objectid()
105
BUG_ON(!th->
t_trans_id
);
in reiserfs_release_objectid()
H
A
D
tail_conversion.c
48
BUG_ON(!th->
t_trans_id
);
in direct2indirect()
219
BUG_ON(!th->
t_trans_id
);
in indirect2direct()
H
A
D
bitmap.c
153
BUG_ON(!th->
t_trans_id
);
in scan_bitmap_block()
357
BUG_ON(!th->
t_trans_id
);
in scan_bitmap()
426
BUG_ON(!th->
t_trans_id
);
in _reiserfs_free_block()
473
BUG_ON(!th->
t_trans_id
);
in reiserfs_free_block()
494
BUG_ON(!th->
t_trans_id
);
in reiserfs_free_prealloc_block()
509
BUG_ON(!th->
t_trans_id
);
in __discard_prealloc()
541
BUG_ON(!th->
t_trans_id
);
in reiserfs_discard_prealloc()
550
BUG_ON(!th->
t_trans_id
);
in reiserfs_discard_all_prealloc()
H
A
D
stree.c
1053
BUG_ON(!th->
t_trans_id
);
in prepare_for_delete_or_cut()
1196
BUG_ON(!th->
t_trans_id
);
in init_tb_struct()
1268
BUG_ON(!th->
t_trans_id
);
in reiserfs_delete_item()
1416
BUG_ON(!th->
t_trans_id
);
in reiserfs_delete_solid_item()
1499
BUG_ON(!th->
t_trans_id
);
in reiserfs_delete_object()
1567
BUG_ON(!th->
t_trans_id
);
in maybe_indirect_to_direct()
1603
BUG_ON(!th->
t_trans_id
);
in indirect_to_direct_roll_back()
1664
BUG_ON(!th->
t_trans_id
);
in reiserfs_cut_from_item()
1863
BUG_ON(!th->
t_trans_id
);
in truncate_directory()
1900
BUG_ON(!th->
t_trans_id
);
in reiserfs_do_truncate()
[all...]
H
A
D
inode.c
258
BUG_ON(!th->
t_trans_id
);
in restart_transaction()
645
BUG_ON(!th->
t_trans_id
);
in _allocate_block()
1149
if (th && (!dangle || (retval && !th->
t_trans_id
))) {
in reiserfs_get_block()
1151
if (th->
t_trans_id
)
in reiserfs_get_block()
1455
BUG_ON(!th->
t_trans_id
);
in reiserfs_update_sd_size()
1809
BUG_ON(!th->
t_trans_id
);
in reiserfs_new_directory()
1871
BUG_ON(!th->
t_trans_id
);
in reiserfs_new_symlink()
1938
BUG_ON(!th->
t_trans_id
);
in reiserfs_new_inode()
2161
th->
t_trans_id
= 0; /* so the caller can't use this handle later */
in reiserfs_new_inode()
2388
th.
t_trans_id
in map_block_for_writepage()
[all...]
H
A
D
journal.c
1915
BUG_ON(!th->
t_trans_id
);
in do_journal_release()
2923
BUG_ON(!th->
t_trans_id
);
in journal_transaction_should_end()
2943
BUG_ON(!th->
t_trans_id
);
in reiserfs_block_writes()
3132
th->
t_trans_id
= journal->j_trans_id;
in do_journal_begin_r()
3184
if (th->
t_trans_id
)
in reiserfs_end_persistent_transaction()
3288
BUG_ON(!th->
t_trans_id
);
in journal_mark_dirty()
3291
if (th->
t_trans_id
!= journal->j_trans_id) {
in journal_mark_dirty()
3294
th->
t_trans_id
, journal->j_trans_id);
in journal_mark_dirty()
3394
if (!th->
t_trans_id
) {
in journal_end()
3412
th->
t_trans_id
in journal_end()
[all...]
H
A
D
file.c
185
th.
t_trans_id
= 0;
in reiserfs_commit_page()
H
A
D
super.c
438
BUG_ON(!th->
t_trans_id
);
in add_save_link()
592
th.
t_trans_id
= 0;
in reiserfs_put_super()
H
A
D
namei.c
453
BUG_ON(!th->
t_trans_id
);
in reiserfs_add_entry()
H
A
D
reiserfs.h
2860
unsigned int
t_trans_id
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
objectid.c
56
BUG_ON(!th->
t_trans_id
);
in reiserfs_get_unused_objectid()
105
BUG_ON(!th->
t_trans_id
);
in reiserfs_release_objectid()
H
A
D
tail_conversion.c
48
BUG_ON(!th->
t_trans_id
);
in direct2indirect()
219
BUG_ON(!th->
t_trans_id
);
in indirect2direct()
H
A
D
bitmap.c
153
BUG_ON(!th->
t_trans_id
);
in scan_bitmap_block()
357
BUG_ON(!th->
t_trans_id
);
in scan_bitmap()
426
BUG_ON(!th->
t_trans_id
);
in _reiserfs_free_block()
473
BUG_ON(!th->
t_trans_id
);
in reiserfs_free_block()
494
BUG_ON(!th->
t_trans_id
);
in reiserfs_free_prealloc_block()
509
BUG_ON(!th->
t_trans_id
);
in __discard_prealloc()
541
BUG_ON(!th->
t_trans_id
);
in reiserfs_discard_prealloc()
550
BUG_ON(!th->
t_trans_id
);
in reiserfs_discard_all_prealloc()
H
A
D
stree.c
1053
BUG_ON(!th->
t_trans_id
);
in prepare_for_delete_or_cut()
1196
BUG_ON(!th->
t_trans_id
);
in init_tb_struct()
1267
BUG_ON(!th->
t_trans_id
);
in reiserfs_delete_item()
1414
BUG_ON(!th->
t_trans_id
);
in reiserfs_delete_solid_item()
1497
BUG_ON(!th->
t_trans_id
);
in reiserfs_delete_object()
1565
BUG_ON(!th->
t_trans_id
);
in maybe_indirect_to_direct()
1601
BUG_ON(!th->
t_trans_id
);
in indirect_to_direct_roll_back()
1662
BUG_ON(!th->
t_trans_id
);
in reiserfs_cut_from_item()
1861
BUG_ON(!th->
t_trans_id
);
in truncate_directory()
1898
BUG_ON(!th->
t_trans_id
);
in reiserfs_do_truncate()
[all...]
H
A
D
inode.c
258
BUG_ON(!th->
t_trans_id
);
in restart_transaction()
637
BUG_ON(!th->
t_trans_id
);
in _allocate_block()
1141
if (th && (!dangle || (retval && !th->
t_trans_id
))) {
in reiserfs_get_block()
1143
if (th->
t_trans_id
)
in reiserfs_get_block()
1445
BUG_ON(!th->
t_trans_id
);
in reiserfs_update_sd_size()
1799
BUG_ON(!th->
t_trans_id
);
in reiserfs_new_directory()
1861
BUG_ON(!th->
t_trans_id
);
in reiserfs_new_symlink()
1928
BUG_ON(!th->
t_trans_id
);
in reiserfs_new_inode()
2149
th->
t_trans_id
= 0; /* so the caller can't use this handle later */
in reiserfs_new_inode()
2376
th.
t_trans_id
in map_block_for_writepage()
[all...]
H
A
D
journal.c
1916
BUG_ON(!th->
t_trans_id
);
in do_journal_release()
2930
BUG_ON(!th->
t_trans_id
);
in journal_transaction_should_end()
2950
BUG_ON(!th->
t_trans_id
);
in reiserfs_block_writes()
3137
th->
t_trans_id
= journal->j_trans_id;
in do_journal_begin_r()
3189
if (th->
t_trans_id
)
in reiserfs_end_persistent_transaction()
3293
BUG_ON(!th->
t_trans_id
);
in journal_mark_dirty()
3296
if (th->
t_trans_id
!= journal->j_trans_id) {
in journal_mark_dirty()
3299
th->
t_trans_id
, journal->j_trans_id);
in journal_mark_dirty()
3399
if (!th->
t_trans_id
) {
in journal_end()
3417
th->
t_trans_id
in journal_end()
[all...]
H
A
D
file.c
185
th.
t_trans_id
= 0;
in reiserfs_commit_page()
H
A
D
super.c
438
BUG_ON(!th->
t_trans_id
);
in add_save_link()
592
th.
t_trans_id
= 0;
in reiserfs_put_super()
H
A
D
namei.c
452
BUG_ON(!th->
t_trans_id
);
in reiserfs_add_entry()
H
A
D
reiserfs.h
2857
unsigned int
t_trans_id
;
member
Completed in 45 milliseconds