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_NAT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
debug.c
149
si->dirty_nats = NM_I(sbi)->nat_cnt[
DIRTY_NAT
];
in update_general_status()
283
si->cache_mem += NM_I(sbi)->nat_cnt[
DIRTY_NAT
] *
in update_mem_info()
H
A
D
node.h
129
return NM_I(sbi)->nat_cnt[
DIRTY_NAT
] >= NM_I(sbi)->max_nid *
in excess_dirty_nats()
H
A
D
node.c
258
nm_i->nat_cnt[
DIRTY_NAT
]++;
in __set_nat_cache_dirty()
279
nm_i->nat_cnt[
DIRTY_NAT
]--;
in __clear_nat_cache_dirty()
2967
* nat_cnt[
DIRTY_NAT
].
in f2fs_flush_nat_entries()
2975
if (!nm_i->nat_cnt[
DIRTY_NAT
])
in f2fs_flush_nat_entries()
2987
nm_i->nat_cnt[
DIRTY_NAT
], NAT_JOURNAL))
in f2fs_flush_nat_entries()
H
A
D
checkpoint.c
1627
if (NM_I(sbi)->nat_cnt[
DIRTY_NAT
] == 0 &&
in f2fs_write_checkpoint()
H
A
D
f2fs.h
851
DIRTY_NAT
,
enumerator
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
node.h
132
return NM_I(sbi)->nat_cnt[
DIRTY_NAT
] >= NM_I(sbi)->max_nid *
in excess_dirty_nats()
H
A
D
debug.c
171
si->dirty_nats = NM_I(sbi)->nat_cnt[
DIRTY_NAT
];
in update_general_status()
307
si->cache_mem += NM_I(sbi)->nat_cnt[
DIRTY_NAT
] *
in update_mem_info()
H
A
D
node.c
281
nm_i->nat_cnt[
DIRTY_NAT
]++;
in __set_nat_cache_dirty()
302
nm_i->nat_cnt[
DIRTY_NAT
]--;
in __clear_nat_cache_dirty()
3102
* nat_cnt[
DIRTY_NAT
].
in f2fs_flush_nat_entries()
3110
if (!nm_i->nat_cnt[
DIRTY_NAT
])
in f2fs_flush_nat_entries()
3122
nm_i->nat_cnt[
DIRTY_NAT
], NAT_JOURNAL))
in f2fs_flush_nat_entries()
H
A
D
checkpoint.c
1664
if (NM_I(sbi)->nat_cnt[
DIRTY_NAT
] == 0 &&
in f2fs_write_checkpoint()
H
A
D
f2fs.h
910
DIRTY_NAT
,
enumerator
Completed in 40 milliseconds