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_ZONE_OPEN
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
file.c
230
if (z->z_flags &
ZONEFS_ZONE_OPEN
) {
in zonefs_file_truncate()
242
z->z_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_file_truncate()
754
z->z_flags |=
ZONEFS_ZONE_OPEN
;
in zonefs_seq_file_write_open()
802
if (z->z_flags &
ZONEFS_ZONE_OPEN
) {
in zonefs_seq_file_write_close()
812
if (z->z_flags &
ZONEFS_ZONE_OPEN
&&
in zonefs_seq_file_write_close()
824
z->z_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_seq_file_write_close()
H
A
D
zonefs.h
43
#define
ZONEFS_ZONE_OPEN
(1U << 1)
macro
H
A
D
super.c
68
if ((z->z_flags &
ZONEFS_ZONE_OPEN
) ||
in zonefs_account_active()
149
z->z_flags &= ~(
ZONEFS_ZONE_OPEN
| ZONEFS_ZONE_ACTIVE);
in zonefs_i_size_write()
332
* need to clear the
ZONEFS_ZONE_OPEN
flag if the zone transitioned to
in zonefs_handle_io_error()
338
z->z_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_handle_io_error()
/kernel/linux/linux-5.10/fs/zonefs/
H
A
D
zonefs.h
41
#define
ZONEFS_ZONE_OPEN
(1 << 0)
macro
H
A
D
super.c
68
zi->i_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_i_size_write()
405
* need to clear the
ZONEFS_ZONE_OPEN
flag if the zone transitioned to
in zonefs_io_error_cb()
412
zi->i_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_io_error_cb()
531
if (zi->i_flags &
ZONEFS_ZONE_OPEN
) {
in zonefs_file_truncate()
543
zi->i_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_file_truncate()
1121
zi->i_flags |=
ZONEFS_ZONE_OPEN
;
in zonefs_open_zone()
1162
if (!(zi->i_flags &
ZONEFS_ZONE_OPEN
))
in zonefs_close_zone()
1174
if (zi->i_flags &
ZONEFS_ZONE_OPEN
&&
in zonefs_close_zone()
1180
zi->i_flags &= ~
ZONEFS_ZONE_OPEN
;
in zonefs_close_zone()
Completed in 7 milliseconds