Home
last modified time | relevance | path

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

/Linux-v5.4/include/target/
Dtarget_core_backend.h105 bool target_lun_is_rdonly(struct se_cmd *);
/Linux-v5.4/drivers/target/
Dtarget_core_device.c193 bool target_lun_is_rdonly(struct se_cmd *cmd) in target_lun_is_rdonly() function
206 EXPORT_SYMBOL(target_lun_is_rdonly);
Dtarget_core_pscsi.c617 bool read_only = target_lun_is_rdonly(cmd); in pscsi_complete_cmd()
Dtarget_core_spc.c1006 if (cmd->se_lun->lun_access_ro || target_lun_is_rdonly(cmd)) in spc_emulate_modesense()