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:DIRTY_I
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
578
return
DIRTY_I
(sbi)->nr_dirty[PRE];
in prefree_segments()
583
return
DIRTY_I
(sbi)->nr_dirty[DIRTY_HOT_DATA] +
in dirty_segments()
584
DIRTY_I
(sbi)->nr_dirty[DIRTY_WARM_DATA] +
in dirty_segments()
585
DIRTY_I
(sbi)->nr_dirty[DIRTY_COLD_DATA] +
in dirty_segments()
586
DIRTY_I
(sbi)->nr_dirty[DIRTY_HOT_NODE] +
in dirty_segments()
587
DIRTY_I
(sbi)->nr_dirty[DIRTY_WARM_NODE] +
in dirty_segments()
588
DIRTY_I
(sbi)->nr_dirty[DIRTY_COLD_NODE];
in dirty_segments()
H
A
D
segment.c
895
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in __locate_dirty_segment()
932
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in __remove_dirty_segment()
975
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in locate_dirty_segment()
1005
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_dirty_to_prefree()
1025
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_get_unusable_blocks()
1064
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in get_free_segment()
2117
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in set_prefree_as_free_segments()
2132
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_clear_prefree_segments()
2826
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in change_curseg()
2919
mutex_lock(&
DIRTY_I
(sb
in __f2fs_save_inmem_curseg()
[all...]
H
A
D
gc.c
223
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in select_policy()
288
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in check_bg_victims()
641
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in get_victim_by_default()
1572
ret =
DIRTY_I
(sbi)->v_ops->get_victim(sbi, victim, gc_type,
in __get_victim()
1861
DIRTY_I
(sbi)->v_ops = &default_v_ops;
in f2fs_build_gc_manager()
1887
mutex_lock(&
DIRTY_I
(sbi)->seglist_lock);
in free_segment_range()
1895
mutex_unlock(&
DIRTY_I
(sbi)->seglist_lock);
in free_segment_range()
H
A
D
sysfs.c
942
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in victim_bits_seq_show()
963
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in undiscard_info_seq_show()
H
A
D
f2fs.h
1799
static inline struct dirty_seglist_info *
DIRTY_I
(struct f2fs_sb_info *sbi)
in DIRTY_I()
function
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
549
return
DIRTY_I
(sbi)->nr_dirty[PRE];
in prefree_segments()
554
return
DIRTY_I
(sbi)->nr_dirty[DIRTY_HOT_DATA] +
in dirty_segments()
555
DIRTY_I
(sbi)->nr_dirty[DIRTY_WARM_DATA] +
in dirty_segments()
556
DIRTY_I
(sbi)->nr_dirty[DIRTY_COLD_DATA] +
in dirty_segments()
557
DIRTY_I
(sbi)->nr_dirty[DIRTY_HOT_NODE] +
in dirty_segments()
558
DIRTY_I
(sbi)->nr_dirty[DIRTY_WARM_NODE] +
in dirty_segments()
559
DIRTY_I
(sbi)->nr_dirty[DIRTY_COLD_NODE];
in dirty_segments()
H
A
D
gc.c
248
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in select_policy()
315
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in check_bg_victims()
690
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_pin_section()
717
if (f2fs_pinned_section_exists(
DIRTY_I
(sbi))) {
in f2fs_unpin_all_sections()
718
memset(
DIRTY_I
(sbi)->pinned_secmap, 0, bitmap_size);
in f2fs_unpin_all_sections()
719
DIRTY_I
(sbi)->pinned_secmap_cnt = 0;
in f2fs_unpin_all_sections()
721
DIRTY_I
(sbi)->enable_pin_section = enable;
in f2fs_unpin_all_sections()
748
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_get_victim()
1859
f2fs_pinned_section_exists(
DIRTY_I
(sbi))) {
in f2fs_gc()
1997
mutex_lock(&
DIRTY_I
(sb
in free_segment_range()
[all...]
H
A
D
segment.c
746
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in __locate_dirty_segment()
783
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in __remove_dirty_segment()
826
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in locate_dirty_segment()
856
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_dirty_to_prefree()
876
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_get_unusable_blocks()
915
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in get_free_segment()
2122
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in set_prefree_as_free_segments()
2137
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in f2fs_clear_prefree_segments()
2846
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in change_curseg()
2937
mutex_lock(&
DIRTY_I
(sb
in __f2fs_save_inmem_curseg()
[all...]
H
A
D
sysfs.c
1390
struct dirty_seglist_info *dirty_i =
DIRTY_I
(sbi);
in victim_bits_seq_show()
H
A
D
f2fs.h
1993
static inline struct dirty_seglist_info *
DIRTY_I
(struct f2fs_sb_info *sbi)
in DIRTY_I()
function
Completed in 41 milliseconds