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
(Results
1 - 25
of
46
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
Makefile
2
obj-$(CONFIG_F2FS_FS) +=
f2fs
.o
4
f2fs
-y := dir.o file.o inode.o namei.o hash.o super.o inline.o
5
f2fs
-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
6
f2fs
-y += shrinker.o extent_cache.o sysfs.o
7
f2fs
-$(CONFIG_F2FS_STAT_FS) += debug.o
8
f2fs
-$(CONFIG_F2FS_FS_XATTR) += xattr.o
9
f2fs
-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
10
f2fs
-$(CONFIG_F2FS_IO_TRACE) += trace.o
11
f2fs
-$(CONFIG_FS_VERITY) += verity.o
12
f2fs
[all...]
H
A
D
trace.h
3
*
f2fs
IO tracer
12
#include <trace/events/
f2fs
.h>
H
A
D
sysfs.c
3
*
f2fs
sysfs interface
15
#include "
f2fs
.h"
18
#include <trace/events/
f2fs
.h>
22
/* Sysfs support for
f2fs
*/
731
ATTRIBUTE_GROUPS(
f2fs
);
variable
1023
kobject_set_name(&f2fs_kset.kobj, "
f2fs
");
in f2fs_init_sysfs()
1035
f2fs_proc_root = proc_mkdir("fs/
f2fs
", NULL);
in f2fs_init_sysfs()
1044
remove_proc_entry("fs/
f2fs
", NULL);
in f2fs_exit_sysfs()
H
A
D
inode.c
3
* fs/
f2fs
/inode.c
14
#include "
f2fs
.h"
19
#include <trace/events/
f2fs
.h>
695
* atime could be updated without dirtying
f2fs
inode in lazytime mode
in f2fs_write_inode()
H
A
D
extent_cache.c
3
*
f2fs
extent cache support
14
#include "
f2fs
.h"
16
#include <trace/events/
f2fs
.h>
H
A
D
inline.c
3
* fs/
f2fs
/inline.c
13
#include "
f2fs
.h"
15
#include <trace/events/
f2fs
.h>
H
A
D
namei.c
3
* fs/
f2fs
/namei.c
18
#include "
f2fs
.h"
23
#include <trace/events/
f2fs
.h>
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
Makefile
2
obj-$(CONFIG_F2FS_FS) +=
f2fs
.o
4
f2fs
-y := dir.o file.o inode.o namei.o hash.o super.o inline.o
5
f2fs
-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
6
f2fs
-y += shrinker.o extent_cache.o sysfs.o
7
f2fs
-$(CONFIG_F2FS_STAT_FS) += debug.o
8
f2fs
-$(CONFIG_F2FS_FS_XATTR) += xattr.o
9
f2fs
-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
10
f2fs
-$(CONFIG_FS_VERITY) += verity.o
11
f2fs
-$(CONFIG_F2FS_FS_COMPRESSION) += compress.o
12
f2fs
[all...]
H
A
D
iostat.c
3
*
f2fs
iostat support
13
#include "
f2fs
.h"
15
#include <trace/events/
f2fs
.h>
H
A
D
inline.c
3
* fs/
f2fs
/inline.c
13
#include "
f2fs
.h"
15
#include <trace/events/
f2fs
.h>
H
A
D
sysfs.c
3
*
f2fs
sysfs interface
17
#include "
f2fs
.h"
21
#include <trace/events/
f2fs
.h>
25
/* Sysfs support for
f2fs
*/
790
* 1) /sys/fs/
f2fs
/features
791
* : shows runtime features supported by in-kernel
f2fs
along with Kconfig.
794
* 2) /sys/fs/
f2fs
/$s_id/features <deprecated>
795
* : shows on-disk features enabled by mkfs.
f2fs
, used for old kernels. This
799
* 3) /sys/fs/
f2fs
/$s_id/feature_list
800
* : shows on-disk features enabled by mkfs.
f2fs
pe
1161
ATTRIBUTE_GROUPS(
f2fs
);
global()
variable
[all...]
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H
A
D
enhancedf2fs12.sh
35
temp=$(cat /sys/fs/
f2fs
/${DISK_NAME}/gc_urgent)
40
echo 1 > $_sys_path/events/
f2fs
/f2fs_background_gc/enable
51
echo 1 > /sys/fs/
f2fs
/${DISK_NAME}/gc_urgent
71
echo $temp > /sys/fs/
f2fs
/${DISK_NAME}/gc_urgent
H
A
D
life_init.sh
34
local _segs_path=/sys/kernel/debug/
f2fs
/status
52
if [ $(cat /sys/fs/
f2fs
/${DISK_NAME}/discard_type) == '0' ];then
60
echo 1 > $_sys_path/events/
f2fs
/f2fs_issue_discard/enable
H
A
D
enhancedf2fs08.sh
34
_ssr_path=/sys/fs/
f2fs
/${DISK_NAME}
71
local result_out1=$(cat /sys/fs/
f2fs
/${DISK_NAME}/$1)
83
local result_out2=$(cat /sys/fs/
f2fs
/${DISK_NAME}/$1)
H
A
D
performance_init.sh
34
local segs_path=/sys/kernel/debug/
f2fs
/status
63
if [ $(cat /sys/fs/
f2fs
/${DISK_NAME}/discard_type) == '2' ];then
70
echo 1 > /sys/kernel/debug/tracing/events/
f2fs
/f2fs_issue_discard/enable
H
A
D
equilibrium_init.sh
34
local segs_path=/sys/kernel/debug/
f2fs
/status
66
if [ $(cat /sys/fs/
f2fs
/${DISK_NAME}/discard_type) == '1' ];then
74
echo 1 > /sys/kernel/debug/tracing/events/
f2fs
/f2fs_issue_discard/enable
H
A
D
enhancedf2fs10.sh
56
echo 1 > /sys/fs/
f2fs
/${DISK_NAME}/hc_enable
58
echo 1 > $_sys_path/events/
f2fs
/f2fs_grading_ssr_allocate/enable
H
A
D
enhancedf2fs11.sh
56
echo 0 > /sys/fs/
f2fs
/${DISK_NAME}/hc_enable
58
echo 1 > $_sys_path/events/
f2fs
/f2fs_grading_ssr_allocate/enable
H
A
D
enhancedf2fs07.sh
34
_ssr_path=/sys/fs/
f2fs
/${DISK_NAME}
H
A
D
enhancedf2fs09.sh
34
_ssr_path=/sys/fs/
f2fs
/${DISK_NAME}
H
A
D
enhancedf2fs01.sh
38
undiscard_num=$(cat /proc/fs/
f2fs
/${DISK_NAME}/undiscard_info |tr -cd "[0-9]")
/kernel/linux/linux-5.10/fs/
H
A
D
Makefile
134
obj-$(CONFIG_F2FS_FS) +=
f2fs
/
/kernel/linux/linux-6.6/fs/
H
A
D
Makefile
128
obj-$(CONFIG_F2FS_FS) +=
f2fs
/
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
f2fs.h
3
#define TRACE_SYSTEM
f2fs
9
#include <uapi/linux/
f2fs
.h>
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
3
#define TRACE_SYSTEM
f2fs
9
#include <uapi/linux/
f2fs
.h>
Completed in 15 milliseconds
1
2