Home
last modified time | relevance | path

Searched refs:target_lun_is_rdonly (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/target/
Dtarget_core_backend.h92 bool target_lun_is_rdonly(struct se_cmd *);
/linux-4.4.14/drivers/target/
Dtarget_core_device.c194 bool target_lun_is_rdonly(struct se_cmd *cmd) in target_lun_is_rdonly() function
207 EXPORT_SYMBOL(target_lun_is_rdonly);
Dtarget_core_spc.c988 bool read_only = target_lun_is_rdonly(cmd);; in spc_emulate_modesense()
Dtarget_core_pscsi.c648 bool read_only = target_lun_is_rdonly(cmd); in pscsi_transport_complete()