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:SIT_I
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.c
263
p->offset =
SIT_I
(sbi)->last_victim[p->gc_mode];
in select_policy()
307
struct sit_info *sit_i =
SIT_I
(sbi);
in get_cb_cost()
404
struct sit_info *sit_i =
SIT_I
(sbi);
in add_victim_entry()
452
struct sit_info *sit_i =
SIT_I
(sbi);
in atgc_lookup_victim()
528
struct sit_info *sit_i =
SIT_I
(sbi);
in atssr_lookup_victim()
642
struct sit_info *sm =
SIT_I
(sbi);
in get_victim_by_default()
667
SIT_I
(sbi)->dirty_min_mtime = ULLONG_MAX;
in get_victim_by_default()
873
struct sit_info *sit_i =
SIT_I
(sbi);
in check_valid_map()
1050
if (!test_and_set_bit(segno,
SIT_I
(sbi)->invalid_segmap)) {
in is_alive()
1568
struct sit_info *sit_i =
SIT_I
(sb
in __get_victim()
[all...]
H
A
D
segment.h
364
struct sit_info *sit_i =
SIT_I
(sbi);
in get_seg_entry()
371
struct sit_info *sit_i =
SIT_I
(sbi);
in get_sec_entry()
545
struct sit_info *sit_i =
SIT_I
(sbi);
in get_sit_bitmap()
557
return
SIT_I
(sbi)->written_valid_blocks;
in written_block_count()
794
struct sit_info *sit_i =
SIT_I
(sbi);
in current_sit_addr()
816
struct sit_info *sit_i =
SIT_I
(sbi);
in next_sit_addr()
839
struct sit_info *sit_i =
SIT_I
(sbi);
in get_mtime()
H
A
D
segment.c
950
clear_bit(segno,
SIT_I
(sbi)->invalid_segmap);
in __remove_dirty_segment()
2045
unsigned long *dmap =
SIT_I
(sbi)->tmp_map;
in add_discard_addrs()
2295
struct sit_info *sit_i =
SIT_I
(sbi);
in __mark_sit_entry_dirty()
2343
if (ctime >
SIT_I
(sbi)->max_mtime)
in update_segment_mtime()
2344
SIT_I
(sbi)->max_mtime = ctime;
in update_segment_mtime()
2439
SIT_I
(sbi)->written_valid_blocks += del;
in update_sit_entry()
2448
struct sit_info *sit_i =
SIT_I
(sbi);
in f2fs_invalidate_blocks()
2470
struct sit_info *sit_i =
SIT_I
(sbi);
in f2fs_is_checkpointed_data()
2734
if (
SIT_I
(sbi)->last_victim[ALLOC_NEXT])
in __get_next_segno()
2735
return
SIT_I
(sb
in __get_next_segno()
[all...]
H
A
D
sysfs.c
201
return sprintf(buf, "%llu",
SIT_I
(sbi)->mounted_time);
in mounted_time_sec_show()
964
struct sit_info *sit_i =
SIT_I
(sbi);
in undiscard_info_seq_show()
969
unsigned long *dmap =
SIT_I
(sbi)->tmp_map;
in undiscard_info_seq_show()
H
A
D
debug.c
151
si->dirty_sits =
SIT_I
(sbi)->dirty_sentries;
in update_general_status()
327
SIT_I
(si->sbi)->mounted_time);
in stat_show()
H
A
D
checkpoint.c
179
if (unlikely(blkaddr >=
SIT_I
(sbi)->sit_base_addr ||
in f2fs_is_valid_blkaddr()
1628
SIT_I
(sbi)->dirty_sentries == 0 &&
in f2fs_write_checkpoint()
H
A
D
f2fs.h
1789
static inline struct sit_info *
SIT_I
(struct f2fs_sb_info *sbi)
in SIT_I()
function
3677
if (blkaddr <
SIT_I
(sbi)->sit_base_addr) \
H
A
D
file.c
2945
struct sit_info *sm =
SIT_I
(sbi);
in f2fs_ioc_flush_device()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.c
290
p->offset =
SIT_I
(sbi)->last_victim[p->gc_mode];
in select_policy()
334
struct sit_info *sit_i =
SIT_I
(sbi);
in get_cb_cost()
487
struct sit_info *sit_i =
SIT_I
(sbi);
in add_victim_entry()
523
struct sit_info *sit_i =
SIT_I
(sbi);
in atgc_lookup_victim()
596
struct sit_info *sit_i =
SIT_I
(sbi);
in atssr_lookup_victim()
749
struct sit_info *sm =
SIT_I
(sbi);
in f2fs_get_victim()
774
SIT_I
(sbi)->dirty_min_mtime = ULLONG_MAX;
in f2fs_get_victim()
981
struct sit_info *sit_i =
SIT_I
(sbi);
in check_valid_map()
1160
if (!test_and_set_bit(segno,
SIT_I
(sbi)->invalid_segmap)) {
in is_alive()
1663
struct sit_info *sit_i =
SIT_I
(sb
in __get_victim()
[all...]
H
A
D
segment.h
335
struct sit_info *sit_i =
SIT_I
(sbi);
in get_seg_entry()
342
struct sit_info *sit_i =
SIT_I
(sbi);
in get_sec_entry()
516
struct sit_info *sit_i =
SIT_I
(sbi);
in get_sit_bitmap()
528
return
SIT_I
(sbi)->written_valid_blocks;
in written_block_count()
815
struct sit_info *sit_i =
SIT_I
(sbi);
in current_sit_addr()
837
struct sit_info *sit_i =
SIT_I
(sbi);
in next_sit_addr()
860
struct sit_info *sit_i =
SIT_I
(sbi);
in get_mtime()
H
A
D
segment.c
801
clear_bit(segno,
SIT_I
(sbi)->invalid_segmap);
in __remove_dirty_segment()
2049
unsigned long *dmap =
SIT_I
(sbi)->tmp_map;
in add_discard_addrs()
2336
struct sit_info *sit_i =
SIT_I
(sbi);
in __mark_sit_entry_dirty()
2385
if (ctime >
SIT_I
(sbi)->max_mtime)
in update_segment_mtime()
2386
SIT_I
(sbi)->max_mtime = ctime;
in update_segment_mtime()
2483
SIT_I
(sbi)->written_valid_blocks += del;
in update_sit_entry()
2492
struct sit_info *sit_i =
SIT_I
(sbi);
in f2fs_invalidate_blocks()
2514
struct sit_info *sit_i =
SIT_I
(sbi);
in f2fs_is_checkpointed_data()
2773
if (
SIT_I
(sbi)->last_victim[ALLOC_NEXT])
in __get_next_segno()
2774
return
SIT_I
(sb
in __get_next_segno()
[all...]
H
A
D
debug.c
173
si->dirty_sits =
SIT_I
(sbi)->dirty_sentries;
in update_general_status()
403
SIT_I
(sbi)->mounted_time);
in stat_show()
H
A
D
checkpoint.c
192
if (unlikely(blkaddr >=
SIT_I
(sbi)->sit_base_addr ||
in f2fs_is_valid_blkaddr()
1665
SIT_I
(sbi)->dirty_sentries == 0 &&
in f2fs_write_checkpoint()
H
A
D
sysfs.c
241
return sysfs_emit(buf, "%llu\n",
SIT_I
(sbi)->mounted_time);
in mounted_time_sec_show()
H
A
D
f2fs.h
1983
static inline struct sit_info *
SIT_I
(struct f2fs_sb_info *sbi)
in SIT_I()
function
4026
if (blkaddr <
SIT_I
(sbi)->sit_base_addr) \
H
A
D
file.c
2948
struct sit_info *sm =
SIT_I
(sbi);
in f2fs_ioc_flush_device()
Completed in 53 milliseconds