Searched refs:check_protection (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/scsi/
H A Dscsi_transport_iscsi.h158 u8 (*check_protection)(struct iscsi_task *task, sector_t *sector); member in struct:iscsi_transport
/linux-master/drivers/infiniband/ulp/iser/
H A Discsi_iser.c1006 .check_protection = iscsi_iser_check_protection,
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1935 static void check_protection(struct intel_plane_state *plane_state) function
1994 check_protection(plane_state);
/linux-master/drivers/scsi/
H A Dlibiscsi.c887 * Transports that didn't implement check_protection
891 BUG_ON(!session->tt->check_protection);
893 ascq = session->tt->check_protection(task, &sector);

Completed in 110 milliseconds