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_SEQ
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/zonefs/
H
A
D
zonefs.h
24
* Zone types:
ZONEFS_ZTYPE_SEQ
is used for all sequential zone types
30
ZONEFS_ZTYPE_SEQ
,
enumerator
38
return
ZONEFS_ZTYPE_SEQ
;
in zonefs_zone_type()
H
A
D
super.c
122
if (WARN_ON_ONCE(zi->i_ztype ==
ZONEFS_ZTYPE_SEQ
&&
in zonefs_write_iomap_begin()
369
if (zi->i_ztype ==
ZONEFS_ZTYPE_SEQ
&& isize != data_size)
in zonefs_io_error_cb()
501
if (zi->i_ztype !=
ZONEFS_ZTYPE_SEQ
)
in zonefs_file_truncate()
680
if (ZONEFS_I(file_inode(file))->i_ztype ==
ZONEFS_ZTYPE_SEQ
&&
in zonefs_file_mmap()
857
if (zi->i_ztype !=
ZONEFS_ZTYPE_SEQ
)
in zonefs_write_checks()
897
if (zi->i_ztype ==
ZONEFS_ZTYPE_SEQ
&& !sync &&
in zonefs_file_dio_write()
920
if (zi->i_ztype ==
ZONEFS_ZTYPE_SEQ
) {
in zonefs_file_dio_write()
936
if (zi->i_ztype ==
ZONEFS_ZTYPE_SEQ
&&
in zonefs_file_dio_write()
1091
if (zi->i_ztype !=
ZONEFS_ZTYPE_SEQ
)
in zonefs_file_use_exp_open()
1429
if (type ==
ZONEFS_ZTYPE_SEQ
in zonefs_init_file_inode()
[all...]
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
zonefs.h
25
* Zone types:
ZONEFS_ZTYPE_SEQ
is used for all sequential zone types
31
ZONEFS_ZTYPE_SEQ
,
enumerator
39
return
ZONEFS_ZTYPE_SEQ
;
in zonefs_zone_type()
H
A
D
super.c
38
case
ZONEFS_ZTYPE_SEQ
:
in zonefs_zgroup_name()
782
ztype =
ZONEFS_ZTYPE_SEQ
;
in zonefs_readdir_root()
790
if (ctx->pos == 3 && ztype !=
ZONEFS_ZTYPE_SEQ
) {
in zonefs_readdir_root()
791
ztype =
ZONEFS_ZTYPE_SEQ
;
in zonefs_readdir_root()
906
sbi->s_zgroup[
ZONEFS_ZTYPE_SEQ
].g_nr_zones++;
in zonefs_get_zone_info_cb()
1051
if (ztype ==
ZONEFS_ZTYPE_SEQ
&&
in zonefs_init_zgroup()
Completed in 7 milliseconds