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:F2FS_STAT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
debug.c
34
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in f2fs_update_sit_info()
65
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in update_general_status()
210
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in update_mem_info()
572
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in f2fs_destroy_stats()
H
A
D
sysfs.c
78
return (unsigned char *)
F2FS_STAT
(sbi);
in __struct_ptr()
208
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in moved_blocks_foreground_show()
218
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in moved_blocks_background_show()
227
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in avg_vblocks_show()
H
A
D
f2fs.h
3614
static inline struct f2fs_stat_info *
F2FS_STAT
(struct f2fs_sb_info *sbi)
in F2FS_STAT()
function
3712
struct f2fs_stat_info *si =
F2FS_STAT
(sbi); \
3728
struct f2fs_stat_info *si =
F2FS_STAT
(sbi); \
3736
struct f2fs_stat_info *si =
F2FS_STAT
(sbi); \
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
debug.c
34
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in f2fs_update_sit_info()
65
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in update_general_status()
234
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in update_mem_info()
721
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in f2fs_destroy_stats()
H
A
D
sysfs.c
86
return (unsigned char *)
F2FS_STAT
(sbi);
in __struct_ptr()
248
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in moved_blocks_foreground_show()
258
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in moved_blocks_background_show()
267
struct f2fs_stat_info *si =
F2FS_STAT
(sbi);
in avg_vblocks_show()
H
A
D
f2fs.h
3956
static inline struct f2fs_stat_info *
F2FS_STAT
(struct f2fs_sb_info *sbi)
in F2FS_STAT()
function
3963
#define stat_inc_cp_count(si) (
F2FS_STAT
(sbi)->cp_count++)
4049
(
F2FS_STAT
(sbi)->gc_call_count[(foreground)]++)
4051
(
F2FS_STAT
(sbi)->gc_secs[(type)][(gc_type)]++)
4053
(
F2FS_STAT
(sbi)->gc_segs[(type)][(gc_type)]++)
4060
struct f2fs_stat_info *si =
F2FS_STAT
(sbi); \
4068
struct f2fs_stat_info *si =
F2FS_STAT
(sbi); \
Completed in 33 milliseconds