Searched refs:CONFIGFS_ATTR_RO (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_stat.c | 159 CONFIGFS_ATTR_RO(iscsi_stat_instance_, inst); 160 CONFIGFS_ATTR_RO(iscsi_stat_instance_, min_ver); 161 CONFIGFS_ATTR_RO(iscsi_stat_instance_, max_ver); 162 CONFIGFS_ATTR_RO(iscsi_stat_instance_, portals); 163 CONFIGFS_ATTR_RO(iscsi_stat_instance_, nodes); 164 CONFIGFS_ATTR_RO(iscsi_stat_instance_, sessions); 165 CONFIGFS_ATTR_RO(iscsi_stat_instance_, fail_sess); 166 CONFIGFS_ATTR_RO(iscsi_stat_instance_, fail_type); 167 CONFIGFS_ATTR_RO(iscsi_stat_instance_, fail_rem_name); 168 CONFIGFS_ATTR_RO(iscsi_stat_instance_, disc_time); [all …]
|
D | iscsi_target_configfs.c | 433 CONFIGFS_ATTR_RO(iscsi_nacl_auth_, name) 474 CONFIGFS_ATTR_RO(iscsi_nacl_param_, name) 698 CONFIGFS_ATTR_RO(lio_target_nacl_, info); 890 CONFIGFS_ATTR_RO(iscsi_tpg_auth_, name); 1081 CONFIGFS_ATTR_RO(lio_target_tpg_, dynamic_sessions); 1165 CONFIGFS_ATTR_RO(lio_target_wwn_, lio_version); 1261 CONFIGFS_ATTR_RO(iscsi_disc_, name)
|
/Linux-v4.19/drivers/target/ |
D | target_core_stat.c | 86 CONFIGFS_ATTR_RO(target_stat_, inst); 87 CONFIGFS_ATTR_RO(target_stat_, indx); 88 CONFIGFS_ATTR_RO(target_stat_, role); 89 CONFIGFS_ATTR_RO(target_stat_, ports); 175 CONFIGFS_ATTR_RO(target_stat_tgt_, inst); 176 CONFIGFS_ATTR_RO(target_stat_tgt_, indx); 177 CONFIGFS_ATTR_RO(target_stat_tgt_, num_lus); 178 CONFIGFS_ATTR_RO(target_stat_tgt_, status); 179 CONFIGFS_ATTR_RO(target_stat_tgt_, non_access_lus); 180 CONFIGFS_ATTR_RO(target_stat_tgt_, resets); [all …]
|
D | target_core_configfs.c | 100 CONFIGFS_ATTR_RO(target_core_item_, version); 1120 CONFIGFS_ATTR_RO(, hw_pi_prot_type); 1127 CONFIGFS_ATTR_RO(, hw_block_size); 1129 CONFIGFS_ATTR_RO(, hw_max_sectors); 1131 CONFIGFS_ATTR_RO(, hw_queue_depth); 1139 CONFIGFS_ATTR_RO(, alua_support); 1140 CONFIGFS_ATTR_RO(, pgr_support); 1360 CONFIGFS_ATTR_RO(target_wwn_, vpd_protocol_identifier); 1361 CONFIGFS_ATTR_RO(target_wwn_, vpd_assoc_logical_unit); 1362 CONFIGFS_ATTR_RO(target_wwn_, vpd_assoc_target_port); [all …]
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_configfs.c | 186 CONFIGFS_ATTR_RO(acpi_table_, signature); 187 CONFIGFS_ATTR_RO(acpi_table_, length); 188 CONFIGFS_ATTR_RO(acpi_table_, revision); 189 CONFIGFS_ATTR_RO(acpi_table_, oem_id); 190 CONFIGFS_ATTR_RO(acpi_table_, oem_table_id); 191 CONFIGFS_ATTR_RO(acpi_table_, oem_revision); 192 CONFIGFS_ATTR_RO(acpi_table_, asl_compiler_id); 193 CONFIGFS_ATTR_RO(acpi_table_, asl_compiler_revision);
|
/Linux-v4.19/samples/configfs/ |
D | configfs_sample.c | 107 CONFIGFS_ATTR_RO(childless_, showme); 109 CONFIGFS_ATTR_RO(childless_, description); 240 CONFIGFS_ATTR_RO(simple_children_, description); 319 CONFIGFS_ATTR_RO(group_children_, description);
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | u_ether_configfs.h | 151 CONFIGFS_ATTR_RO(_f_##_opts_, ifname)
|
D | f_serial.c | 274 CONFIGFS_ATTR_RO(f_serial_, port_num);
|
D | f_obex.c | 403 CONFIGFS_ATTR_RO(f_obex_, port_num);
|
D | f_phonet.c | 594 CONFIGFS_ATTR_RO(f_phonet_, ifname);
|
D | f_acm.c | 779 CONFIGFS_ATTR_RO(f_acm_, port_num);
|
D | f_hid.c | 980 CONFIGFS_ATTR_RO(f_hid_opts_, dev);
|
D | f_tcm.c | 1502 CONFIGFS_ATTR_RO(usbg_wwn_, version);
|
/Linux-v4.19/include/linux/ |
D | configfs.h | 148 #define CONFIGFS_ATTR_RO(_pfx, _name) \ macro
|
/Linux-v4.19/drivers/hwtracing/stm/ |
D | policy.c | 255 CONFIGFS_ATTR_RO(stp_policy_, device);
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_conf.c | 383 CONFIGFS_ATTR_RO(ft_wwn_, version);
|
/Linux-v4.19/drivers/target/loopback/ |
D | tcm_loop.c | 972 CONFIGFS_ATTR_RO(tcm_loop_tpg_, address); 1141 CONFIGFS_ATTR_RO(tcm_loop_wwn_, version);
|
/Linux-v4.19/drivers/net/ |
D | netconsole.c | 590 CONFIGFS_ATTR_RO(, local_mac);
|
/Linux-v4.19/fs/dlm/ |
D | config.c | 668 CONFIGFS_ATTR_RO(comm_, addr_list);
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 1042 CONFIGFS_ATTR_RO(tcm_qla2xxx_tpg_, dynamic_sessions); 1879 CONFIGFS_ATTR_RO(tcm_qla2xxx_wwn_, version);
|
/Linux-v4.19/drivers/xen/ |
D | xen-scsiback.c | 1708 CONFIGFS_ATTR_RO(scsiback_wwn_, version);
|
/Linux-v4.19/drivers/vhost/ |
D | scsi.c | 2051 CONFIGFS_ATTR_RO(vhost_scsi_wwn_, version);
|
/Linux-v4.19/drivers/block/ |
D | null_blk_main.c | 465 CONFIGFS_ATTR_RO(memb_group_, features);
|
/Linux-v4.19/fs/ocfs2/cluster/ |
D | heartbeat.c | 2013 CONFIGFS_ATTR_RO(o2hb_region_, pid);
|
/Linux-v4.19/drivers/target/sbp/ |
D | sbp_target.c | 2108 CONFIGFS_ATTR_RO(sbp_wwn_, version);
|
12