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:z_flags
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
super.c
61
if (z->
z_flags
& (ZONEFS_ZONE_OFFLINE | ZONEFS_ZONE_READONLY))
in zonefs_account_active()
68
if ((z->
z_flags
& ZONEFS_ZONE_OPEN) ||
in zonefs_account_active()
70
if (!(z->
z_flags
& ZONEFS_ZONE_ACTIVE)) {
in zonefs_account_active()
71
z->
z_flags
|= ZONEFS_ZONE_ACTIVE;
in zonefs_account_active()
79
if (z->
z_flags
& ZONEFS_ZONE_ACTIVE) {
in zonefs_account_active()
80
z->
z_flags
&= ~ZONEFS_ZONE_ACTIVE;
in zonefs_account_active()
147
if (z->
z_flags
& ZONEFS_ZONE_ACTIVE)
in zonefs_i_size_write()
149
z->
z_flags
&= ~(ZONEFS_ZONE_OPEN | ZONEFS_ZONE_ACTIVE);
in zonefs_i_size_write()
197
z->
z_flags
|= ZONEFS_ZONE_OFFLINE;
in zonefs_check_zone_condition()
210
z->
z_flags
|
in zonefs_check_zone_condition()
[all...]
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
54
unsigned int
z_flags
;
member
116
return z->
z_flags
& ZONEFS_ZONE_CNV;
in zonefs_zone_is_cnv()
Completed in 3 milliseconds