Searched refs:Sg_fd (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/scsi/ |
D | sg.c | 155 } Sg_fd; typedef 178 static int sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size); 179 static ssize_t sg_new_read(Sg_fd * sfp, char __user *buf, size_t count, 181 static ssize_t sg_new_write(Sg_fd *sfp, struct file *file, 184 static int sg_common_write(Sg_fd * sfp, Sg_request * srp, 187 static void sg_remove_scat(Sg_fd * sfp, Sg_scatter_hold * schp); 188 static void sg_build_reserve(Sg_fd * sfp, int req_size); 189 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size); 190 static void sg_unlink_reserve(Sg_fd * sfp, Sg_request * srp); 191 static Sg_fd *sg_add_sfp(Sg_device * sdp); [all …]
|