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:nvme_ns_ids
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
sysfs.c
52
struct
nvme_ns_ids
*ids = &head->ids;
in wwid_show()
89
struct
nvme_ns_ids
*ids = &dev_to_ns_head(dev)->ids;
in uuid_show()
134
struct
nvme_ns_ids
*ids = &dev_to_ns_head(dev)->ids;
in nvme_ns_id_attrs_are_visible()
H
A
D
nvme.h
434
struct
nvme_ns_ids
{
struct
453
struct
nvme_ns_ids
ids;
H
A
D
core.c
35
struct
nvme_ns_ids
ids;
1341
static int nvme_process_ns_desc(struct nvme_ctrl *ctrl, struct
nvme_ns_ids
*ids,
in nvme_process_ns_desc()
1473
struct
nvme_ns_ids
*ids = &info->ids;
in nvme_ns_info_from_identify()
1753
static bool nvme_ns_ids_equal(struct
nvme_ns_ids
*a, struct
nvme_ns_ids
*b)
in nvme_ns_ids_equal()
3292
struct
nvme_ns_ids
*ids)
in nvme_subsys_check_duplicate_ids()
3439
struct
nvme_ns_ids
*ids)
in nvme_global_check_duplicate_ids()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
core.c
1274
static int nvme_process_ns_desc(struct nvme_ctrl *ctrl, struct
nvme_ns_ids
*ids,
in nvme_process_ns_desc()
1327
struct
nvme_ns_ids
*ids)
in nvme_identify_ns_descs()
1380
struct
nvme_ns_ids
*ids, struct nvme_id_ns **id)
in nvme_identify_ns()
1943
static bool nvme_ns_ids_valid(struct
nvme_ns_ids
*ids)
in nvme_ns_ids_valid()
1950
static bool nvme_ns_ids_equal(struct
nvme_ns_ids
*a, struct
nvme_ns_ids
*b)
in nvme_ns_ids_equal()
3389
struct
nvme_ns_ids
*ids = &head->ids;
in wwid_show()
3426
struct
nvme_ns_ids
*ids = &dev_to_ns_head(dev)->ids;
in uuid_show()
3471
struct
nvme_ns_ids
*ids = &dev_to_ns_head(dev)->ids;
in nvme_ns_id_attrs_are_visible()
3754
struct
nvme_ns_ids
*id
in nvme_subsys_check_duplicate_ids()
[all...]
H
A
D
nvme.h
397
struct
nvme_ns_ids
{
struct
416
struct
nvme_ns_ids
ids;
Completed in 16 milliseconds