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:first_scan
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
sd.h
114
unsigned
first_scan
: 1;
member
144
if ((sdsk)->
first_scan
) \
H
A
D
sd_zbc.c
575
if (sdkp->
first_scan
)
in sd_zbc_check_zoned_characteristics()
613
if (sdkp->
first_scan
)
in sd_zbc_check_capacity()
626
if (sdkp->
first_scan
)
in sd_zbc_check_capacity()
H
A
D
sd.c
2300
if (sdkp->
first_scan
|| type != sdkp->protection_type)
in sd_read_protection_type()
2428
if (alignment && sdkp->
first_scan
)
in read_capacity_16()
2627
if (!sdkp->
first_scan
&& old_capacity == sdkp->capacity)
in sd_print_capacity()
2708
if (sdkp->
first_scan
|| old_wp != sdkp->write_prot) {
in sd_read_write_protect_flag()
2857
if (sdkp->
first_scan
|| old_wce != sdkp->WCE ||
in sd_read_cache_type()
3042
if (!sdkp->
first_scan
)
in sd_read_block_characteristics()
3278
if (sdkp->
first_scan
||
in sd_revalidate_disk()
3283
sdkp->
first_scan
= 0;
in sd_revalidate_disk()
3475
sdkp->
first_scan
= 1;
in sd_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sd.h
140
unsigned
first_scan
: 1;
member
170
if ((sdsk)->
first_scan
) \
H
A
D
sd_zbc.c
693
if (sdkp->
first_scan
)
in sd_zbc_check_zoned_characteristics()
731
if (sdkp->
first_scan
)
in sd_zbc_check_capacity()
745
if (sdkp->
first_scan
)
in sd_zbc_check_capacity()
H
A
D
sd.c
2523
if (alignment && sdkp->
first_scan
)
in read_capacity_16()
2725
if (!sdkp->
first_scan
&& old_capacity == sdkp->capacity)
in sd_print_capacity()
2812
if (sdkp->
first_scan
|| old_wp != sdkp->write_prot) {
in sd_read_write_protect_flag()
2962
if (sdkp->
first_scan
|| old_wce != sdkp->WCE ||
in sd_read_cache_type()
3152
if (!sdkp->
first_scan
)
in sd_read_block_characteristics()
3262
if (sdkp->
first_scan
)
in sd_read_cpr()
3540
if (sdkp->
first_scan
||
in sd_revalidate_disk()
3545
sdkp->
first_scan
= 0;
in sd_revalidate_disk()
3738
sdkp->
first_scan
= 1;
in sd_probe()
Completed in 13 milliseconds