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:m_may_create
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
1536
if (map->
m_may_create
&&
in f2fs_map_no_dnode()
1592
int mode = map->
m_may_create
? ALLOC_NODE : LOOKUP_NODE;
in f2fs_map_blocks()
1605
if (!map->
m_may_create
&& f2fs_map_blocks_cached(inode, map, flag))
in f2fs_map_blocks()
1620
if (map->
m_may_create
)
in f2fs_map_blocks()
1650
if (map->
m_may_create
&&
in f2fs_map_blocks()
1781
if (map->
m_may_create
) {
in f2fs_map_blocks()
1805
if (map->
m_may_create
)
in f2fs_map_blocks()
1827
if (map->
m_may_create
) {
in f2fs_map_blocks()
1849
map.
m_may_create
= false;
in f2fs_overwrite_io()
2433
map.
m_may_create
in f2fs_mpage_readpages()
[all...]
H
A
D
file.c
1678
.
m_may_create
= true };
in f2fs_expand_inode_data()
2573
.
m_may_create
= false };
in f2fs_defragment_range()
3260
map.
m_may_create
= false;
in f2fs_precache_extents()
4602
map.
m_may_create
= true;
in f2fs_preallocate_blocks()
H
A
D
f2fs.h
700
bool
m_may_create
; /* indicate it is from write path */
member
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
1453
map.
m_may_create
= true;
in f2fs_preallocate_blocks()
1508
int mode = map->
m_may_create
? ALLOC_NODE : LOOKUP_NODE;
in f2fs_map_blocks()
1533
map->
m_may_create
)
in f2fs_map_blocks()
1550
if (map->
m_may_create
)
in f2fs_map_blocks()
1567
if (map->
m_may_create
&&
in f2fs_map_blocks()
1602
map->
m_may_create
) {
in f2fs_map_blocks()
1713
if (map->
m_may_create
) {
in f2fs_map_blocks()
1739
if (map->
m_may_create
) {
in f2fs_map_blocks()
1761
map.
m_may_create
= false;
in f2fs_overwrite_io()
1786
map.
m_may_create
in __get_data_block()
[all...]
H
A
D
file.c
1623
.
m_may_create
= true };
in expand_inode_data()
2592
.
m_may_create
= false };
in f2fs_defragment_range()
3327
map.
m_may_create
= false;
in f2fs_precache_extents()
H
A
D
f2fs.h
619
bool
m_may_create
; /* indicate it is from write path */
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
f2fs.h
585
__field(bool,
m_may_create
)
597
__entry->
m_may_create
= map->
m_may_create
;
610
__entry->
m_may_create
,
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
585
__field(bool,
m_may_create
)
599
__entry->
m_may_create
= map->
m_may_create
;
615
__entry->
m_may_create
,
Completed in 37 milliseconds