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:compat_features
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_sas.h
40
u8
compat_features
; /* byte 20 */
member
90
u8
compat_features
; /* byte 20 */
member
138
u8
compat_features
;
member
H
A
D
aic94xx_dump.c
757
asd_printk("
compat_features
: 0x%02x\n", DDB_FIELDB(
compat_features
));
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_sas.h
40
u8
compat_features
; /* byte 20 */
member
90
u8
compat_features
; /* byte 20 */
member
138
u8
compat_features
;
member
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-raid.c
1927
__le32
compat_features
; /* Used to indicate compatible features (like 1.9.0 ondisk metadata extension) */
member
1958
* FEATURE_FLAG_SUPPORTS_V190 in the
compat_features
member indicates that those exist
2059
if (le32_to_cpu(sb->
compat_features
) & FEATURE_FLAG_SUPPORTS_V190) {
in sb_retrieve_failed_devices()
2109
sb->
compat_features
= cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
in super_sync()
2126
* FEATURE_FLAG_SUPPORTS_V190 in the
compat_features
member indicates that those exist
in super_sync()
2188
sb->
compat_features
= cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
in super_load()
2239
if (le32_to_cpu(sb->
compat_features
) & FEATURE_FLAG_SUPPORTS_V190) {
in super_init_validation()
2449
if (le32_to_cpu(sb->
compat_features
) &&
in super_validate()
2450
le32_to_cpu(sb->
compat_features
) != FEATURE_FLAG_SUPPORTS_V190) {
in super_validate()
2470
if (le32_to_cpu(sb->
compat_features
)
in super_validate()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-raid.c
1928
__le32
compat_features
; /* Used to indicate compatible features (like 1.9.0 ondisk metadata extension) */
member
1959
* FEATURE_FLAG_SUPPORTS_V190 in the
compat_features
member indicates that those exist
2060
if (le32_to_cpu(sb->
compat_features
) & FEATURE_FLAG_SUPPORTS_V190) {
in sb_retrieve_failed_devices()
2110
sb->
compat_features
= cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
in super_sync()
2127
* FEATURE_FLAG_SUPPORTS_V190 in the
compat_features
member indicates that those exist
in super_sync()
2189
sb->
compat_features
= cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
in super_load()
2239
if (le32_to_cpu(sb->
compat_features
) & FEATURE_FLAG_SUPPORTS_V190) {
in super_init_validation()
2446
if (le32_to_cpu(sb->
compat_features
) &&
in super_validate()
2447
le32_to_cpu(sb->
compat_features
) != FEATURE_FLAG_SUPPORTS_V190) {
in super_validate()
2467
if (le32_to_cpu(sb->
compat_features
)
in super_validate()
[all...]
/kernel/linux/linux-5.10/fs/
H
A
D
aio.c
65
unsigned
compat_features
;
member
553
ring->
compat_features
= AIO_RING_COMPAT_FEATURES;
in aio_setup_ring()
/kernel/linux/linux-6.6/fs/
H
A
D
aio.c
64
unsigned
compat_features
;
member
579
ring->
compat_features
= AIO_RING_COMPAT_FEATURES;
in aio_setup_ring()
Completed in 19 milliseconds