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:g_nr_zones
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
super.c
460
if (sbi->s_zgroup[t].
g_nr_zones
)
in zonefs_statfs()
461
buf->f_files += sbi->s_zgroup[t].
g_nr_zones
+ 1;
in zonefs_statfs()
656
if (!zgroup->
g_nr_zones
|| fno >= zgroup->
g_nr_zones
)
in zonefs_get_file_inode()
707
inode->i_size = sbi->s_zgroup[ztype].
g_nr_zones
;
in zonefs_get_zgroup_inode()
738
if (sbi->s_zgroup[ztype].
g_nr_zones
&&
in zonefs_get_dir_inode()
781
if (!sbi->s_zgroup[ZONEFS_ZTYPE_CNV].
g_nr_zones
)
in zonefs_readdir_root()
829
for (f = ctx->pos - 2; f < zgroup->
g_nr_zones
; f++) {
in zonefs_readdir_zgroup()
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()
[all...]
H
A
D
zonefs.h
80
unsigned int
g_nr_zones
;
member
Completed in 3 milliseconds