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_size
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
trace.h
39
__entry->nr_sectors = z->
z_size
>> SECTOR_SHIFT;
H
A
D
super.c
116
z->
z_size
>> SECTOR_SHIFT, GFP_NOFS);
in zonefs_zone_mgmt()
382
zone.len = z->
z_size
>> SECTOR_SHIFT;
in __zonefs_io_error()
1016
z->
z_size
= zone->len << SECTOR_SHIFT;
in zonefs_init_zgroup()
1017
if (z->
z_size
> bdev_zone_sectors(sb->s_bdev) << SECTOR_SHIFT &&
in zonefs_init_zgroup()
1021
z->
z_size
,
in zonefs_init_zgroup()
H
A
D
zonefs.h
60
loff_t
z_size
;
member
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_fw.h
128
int
z_size
; /* Size of script Z */
member
H
A
D
sym_hipd.c
5589
np->scriptz_sz = fw->
z_size
;
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_fw.h
128
int
z_size
; /* Size of script Z */
member
H
A
D
sym_hipd.c
5588
np->scriptz_sz = fw->
z_size
;
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
283
unsigned int
z_size
;
member
2734
if (lba >= zsp->z_start + zsp->
z_size
)
in zbc_zone()
2736
WARN_ON_ONCE(lba >= zsp->z_start + zsp->
z_size
);
in zbc_zone()
2846
unsigned long long n, end, zend = zsp->z_start + zsp->
z_size
;
in zbc_inc_wp()
2879
zend = zsp->z_start + zsp->
z_size
;
in zbc_inc_wp()
4506
lba = zsp->z_start + zsp->
z_size
) {
in resp_report_zones()
4575
put_unaligned_be64((u64)zsp->
z_size
, desc + 8);
in resp_report_zones()
4752
zsp->z_wp = zsp->z_start + zsp->
z_size
;
in zbc_finish_zone()
5043
zsp->
z_size
=
in sdebug_device_create_zones()
5052
zsp->
z_size
in sdebug_device_create_zones()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
274
unsigned int
z_size
;
member
2778
unsigned long long n, end, zend = zsp->z_start + zsp->
z_size
;
in zbc_inc_wp()
2811
zend = zsp->z_start + zsp->
z_size
;
in zbc_inc_wp()
4424
put_unaligned_be64((u64)zsp->
z_size
, desc + 8);
in resp_report_zones()
4598
zsp->z_wp = zsp->z_start + zsp->
z_size
;
in zbc_finish_zone()
4929
zsp->
z_size
= devip->zsize;
in sdebug_device_create_zones()
4931
zsp->
z_size
= capacity - zsp->z_start;
in sdebug_device_create_zones()
4933
zstart += zsp->
z_size
;
in sdebug_device_create_zones()
Completed in 35 milliseconds