Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_backend.h118 bool target_lun_is_rdonly(struct se_cmd *);
/linux/drivers/target/
H A Dtarget_core_device.c183 bool target_lun_is_rdonly(struct se_cmd *cmd) in target_lun_is_rdonly() function
196 EXPORT_SYMBOL(target_lun_is_rdonly);
H A Dtarget_core_spc.c1064 if (cmd->se_lun->lun_access_ro || target_lun_is_rdonly(cmd)) in spc_emulate_modesense()