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:ZONEFS_ZTYPE_CNV
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/zonefs/
H
A
D
zonefs.h
29
ZONEFS_ZTYPE_CNV
,
enumerator
37
return
ZONEFS_ZTYPE_CNV
;
in zonefs_zone_type()
H
A
D
super.c
171
if (WARN_ON_ONCE(zi->i_ztype !=
ZONEFS_ZTYPE_CNV
))
in zonefs_write_map_blocks()
210
if (zi->i_ztype !=
ZONEFS_ZTYPE_CNV
) {
in zonefs_swap_activate()
316
if (zi->i_ztype ==
ZONEFS_ZTYPE_CNV
)
in zonefs_check_zone_condition()
615
if (ZONEFS_I(inode)->i_ztype ==
ZONEFS_ZTYPE_CNV
)
in zonefs_file_fsync()
651
if (WARN_ON_ONCE(zi->i_ztype !=
ZONEFS_ZTYPE_CNV
))
in zonefs_filemap_page_mkwrite()
713
if (size && zi->i_ztype !=
ZONEFS_ZTYPE_CNV
) {
in zonefs_file_write_dio_end_io()
962
if (zi->i_ztype !=
ZONEFS_ZTYPE_CNV
)
in zonefs_file_buffered_write()
1508
if (type ==
ZONEFS_ZTYPE_CNV
)
in zonefs_create_zgroup()
1537
if (type ==
ZONEFS_ZTYPE_CNV
&&
in zonefs_create_zgroup()
1595
zd->nr_zones[
ZONEFS_ZTYPE_CNV
]
in zonefs_get_zone_info_cb()
[all...]
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
zonefs.h
30
ZONEFS_ZTYPE_CNV
,
enumerator
38
return
ZONEFS_ZTYPE_CNV
;
in zonefs_zone_type()
H
A
D
super.c
36
case
ZONEFS_ZTYPE_CNV
:
in zonefs_zgroup_name()
771
enum zonefs_ztype ztype =
ZONEFS_ZTYPE_CNV
;
in zonefs_readdir_root()
781
if (!sbi->s_zgroup[
ZONEFS_ZTYPE_CNV
].g_nr_zones)
in zonefs_readdir_root()
895
if (!(sbi->s_zgroup[
ZONEFS_ZTYPE_CNV
].g_nr_zones) ||
in zonefs_get_zone_info_cb()
897
sbi->s_zgroup[
ZONEFS_ZTYPE_CNV
].g_nr_zones++;
in zonefs_get_zone_info_cb()
901
sbi->s_zgroup[
ZONEFS_ZTYPE_CNV
].g_nr_zones++;
in zonefs_get_zone_info_cb()
997
if (ztype ==
ZONEFS_ZTYPE_CNV
&&
in zonefs_init_zgroup()
1013
if (ztype ==
ZONEFS_ZTYPE_CNV
)
in zonefs_init_zgroup()
Completed in 5 milliseconds