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:lun_tpg
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_stat.c
458
ret = snprintf(page, PAGE_SIZE, "%u\n", lun->
lun_tpg
->tpg_rtpi);
in target_stat_port_indx_show()
564
ret = snprintf(page, PAGE_SIZE, "%u\n", lun->
lun_tpg
->tpg_rtpi);
in target_stat_tgt_port_indx_show()
573
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_tgt_port_name_show()
582
lun->
lun_tpg
->tpg_rtpi);
in target_stat_tgt_port_name_show()
591
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_tgt_port_port_index_show()
728
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_device_show()
747
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_indx_show()
764
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_dev_name_show()
787
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_proto_id_show()
H
A
D
target_core_pr.c
666
pr_reg->tg_pt_sep_rtpi = lun->
lun_tpg
->tpg_rtpi;
in __core_scsi3_do_alloc_registration()
970
pr_reg->tg_pt_sep_rtpi = lun->
lun_tpg
->tpg_rtpi;
in __core_scsi3_check_aptpl_registration()
1562
tmp_tpg = tmp_lun->
lun_tpg
;
in core_scsi3_decode_spec_i_port()
1570
dest_rtpi = tmp_lun->
lun_tpg
->tpg_rtpi;
in core_scsi3_decode_spec_i_port()
3228
if (tmp_lun->
lun_tpg
->tpg_rtpi != rtpi)
in core_scsi3_emulate_pro_register_and_move()
3230
dest_se_tpg = tmp_lun->
lun_tpg
;
in core_scsi3_emulate_pro_register_and_move()
H
A
D
target_core_device.c
221
if (lun->
lun_tpg
->tpg_rtpi != rtpi)
in core_get_se_deve_from_rtpi()
630
struct se_portal_group *tpg = lun->
lun_tpg
;
in core_dev_del_initiator_node_lun_acl()
784
xcopy_lun->
lun_tpg
= &xcopy_pt_tpg;
in target_alloc_device()
H
A
D
target_core_fabric_configfs.c
97
se_tpg = lun->
lun_tpg
;
in target_fabric_mappedlun_link()
680
struct se_portal_group *se_tpg = lun->
lun_tpg
;
in target_fabric_port_unlink()
H
A
D
target_core_alua.c
228
put_unaligned_be16(lun->
lun_tpg
->tpg_rtpi, &buf[off]);
in target_emulate_report_target_port_groups()
402
if (lun->
lun_tpg
->tpg_rtpi != rtpi)
in target_emulate_set_target_port_groups()
1171
struct se_portal_group *se_tpg = lun->
lun_tpg
;
in core_alua_update_tpg_secondary_metadata()
1901
struct se_portal_group *tpg = lun->
lun_tpg
;
in core_alua_store_tg_pt_gp_info()
H
A
D
target_core_spc.c
75
struct se_portal_group *tpg = lun->
lun_tpg
;
in spc_emulate_inquiry_std()
295
tpg = lun->
lun_tpg
;
in spc_emulate_evpd_83()
315
put_unaligned_be16(lun->
lun_tpg
->tpg_rtpi, &buf[off]);
in spc_emulate_evpd_83()
H
A
D
target_core_tpg.c
628
lun->
lun_tpg
= tpg;
in core_tpg_alloc_lun()
H
A
D
target_core_configfs.c
3132
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_tg_pt_gp_members_show()
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_stat.c
576
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_tgt_port_name_show()
594
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_tgt_port_port_index_show()
731
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_device_show()
750
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_indx_show()
767
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_dev_name_show()
790
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_stat_transport_proto_id_show()
H
A
D
target_core_fabric_configfs.c
96
se_tpg = lun->
lun_tpg
;
in target_fabric_mappedlun_link()
679
struct se_portal_group *se_tpg = lun->
lun_tpg
;
in target_fabric_port_unlink()
H
A
D
target_core_tpg.c
563
lun->
lun_tpg
= tpg;
in core_tpg_alloc_lun()
H
A
D
target_core_spc.c
267
tpg = lun->
lun_tpg
;
in spc_emulate_evpd_83()
704
struct se_portal_group *tpg = cmd->se_lun->
lun_tpg
;
in spc_emulate_inquiry()
H
A
D
target_core_device.c
670
struct se_portal_group *tpg = lun->
lun_tpg
;
in core_dev_del_initiator_node_lun_acl()
812
xcopy_lun->
lun_tpg
= &xcopy_pt_tpg;
in target_alloc_device()
H
A
D
target_core_alua.c
1197
struct se_portal_group *se_tpg = lun->
lun_tpg
;
in core_alua_update_tpg_secondary_metadata()
1912
struct se_portal_group *tpg = lun->
lun_tpg
;
in core_alua_store_tg_pt_gp_info()
H
A
D
target_core_pr.c
1576
tmp_tpg = tmp_lun->
lun_tpg
;
in core_scsi3_decode_spec_i_port()
3237
dest_se_tpg = tmp_lun->
lun_tpg
;
in core_scsi3_emulate_pro_register_and_move()
H
A
D
target_core_configfs.c
3038
struct se_portal_group *tpg = lun->
lun_tpg
;
in target_tg_pt_gp_members_show()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
750
struct se_portal_group *
lun_tpg
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
760
struct se_portal_group *
lun_tpg
;
member
Completed in 42 milliseconds