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:volume_blk_cnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa_cmd.h
229
__le64
volume_blk_cnt
; /* logical blocks on the volume */
member
H
A
D
hpsa.c
3247
dev_info(&h->pdev->dev, "
volume_blk_cnt
= 0x%llx\n",
in hpsa_debug_map_buff()
3248
le64_to_cpu(map_buff->
volume_blk_cnt
));
in hpsa_debug_map_buff()
5217
if (last_block >= le64_to_cpu(map->
volume_blk_cnt
) ||
in hpsa_scsi_ioaccel_raid_map()
9935
VERIFY_OFFSET(
volume_blk_cnt
, 8);
in verify_offsets()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa_cmd.h
232
__le64
volume_blk_cnt
; /* logical blocks on the volume */
member
H
A
D
hpsa.c
3251
dev_info(&h->pdev->dev, "
volume_blk_cnt
= 0x%llx\n",
in hpsa_debug_map_buff()
3252
le64_to_cpu(map_buff->
volume_blk_cnt
));
in hpsa_debug_map_buff()
5213
if (last_block >= le64_to_cpu(map->
volume_blk_cnt
) ||
in hpsa_scsi_ioaccel_raid_map()
9950
VERIFY_OFFSET(
volume_blk_cnt
, 8);
in verify_offsets()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
885
__le64
volume_blk_cnt
; /* logical blocks on the volume */
member
H
A
D
smartpqi_init.c
2340
if (last_block >= get_unaligned_le64(&raid_map->
volume_blk_cnt
) ||
in pqi_raid_bypass_submit_scsi_cmd()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
1005
__le64
volume_blk_cnt
; /* logical blocks on the volume */
member
H
A
D
smartpqi_init.c
2741
get_unaligned_le64(&raid_map->
volume_blk_cnt
) ||
in pci_get_aio_common_raid_map_values()
Completed in 62 milliseconds