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_need_SSR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.c
187
bool
f2fs_need_SSR
(struct f2fs_sb_info *sbi)
in f2fs_need_SSR()
function
220
return
f2fs_need_SSR
(sbi);
in need_ssr_by_type()
2972
/*
f2fs_need_SSR
() already forces to do this */
in get_ssr_segment()
3038
else if (
f2fs_need_SSR
(sbi) &&
in allocate_segment_by_default()
3062
if (
f2fs_need_SSR
(sbi) && get_ssr_segment(sbi, type, SSR, 0))
in f2fs_allocate_segment_for_resize()
H
A
D
data.c
2587
if (policy & (0x1 << F2FS_IPU_SSR) &&
f2fs_need_SSR
(sbi))
in check_inplace_update_policy()
2592
if (policy & (0x1 << F2FS_IPU_SSR_UTIL) &&
f2fs_need_SSR
(sbi) &&
in check_inplace_update_policy()
H
A
D
f2fs.h
3350
bool
f2fs_need_SSR
(struct f2fs_sb_info *sbi);
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.c
171
bool
f2fs_need_SSR
(struct f2fs_sb_info *sbi)
in f2fs_need_SSR()
function
2989
/*
f2fs_need_SSR
() already forces to do this */
in get_ssr_segment()
3045
if (!
f2fs_need_SSR
(sbi) || !get_ssr_segment(sbi, type, SSR, 0))
in need_new_seg()
3064
if (
f2fs_need_SSR
(sbi) && get_ssr_segment(sbi, type, SSR, 0))
in f2fs_allocate_segment_for_resize()
H
A
D
data.c
2599
if (IS_F2FS_IPU_SSR(sbi) &&
f2fs_need_SSR
(sbi))
in check_inplace_update_policy()
2603
if (IS_F2FS_IPU_SSR_UTIL(sbi) &&
f2fs_need_SSR
(sbi) &&
in check_inplace_update_policy()
H
A
D
f2fs.h
3665
bool
f2fs_need_SSR
(struct f2fs_sb_info *sbi);
Completed in 41 milliseconds